To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???靷?? | 0011111100111111001111111000111111100111101111010011111100111111 | 3f3f3f8fe7bd3f3f |
UTF-8 | 咽뉖뱯靷뗨ㄵ | 111011111010011010011110111010111000100110010110111010111011000110101111111010011001110110110111111010111001011110101000111000111000010010110101 | efa69eeb8996ebb1afe99db7eb97a8e384b5 |
UHC | 咽뉖뱯靷뗨ㄵ | 111001101110110010000111111010111001001110010101111011001110011010001011111010001010010010100101 | e6ec87eb9395ece68be8a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)