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 | 帳??帳?? | 1001001010100000001111110011111110010010101000000011111100111111 | 92a03f3f92a03f3f |
EUC-JP | 帳??帳?? | 1100010010100010001111110011111111000100101000100011111100111111 | c4a23f3fc4a23f3f |
UTF-8 | 帳뜹쳣帳룬눈 | 111001011011100010110011111010111001110010111001111011001011001110100011111001011011100010110011111010111010001110101100111010111000100010001000 | e5b8b3eb9cb9ecb3a3e5b8b3eba3aceb8888 |
UHC | 帳뜹쳣帳룬눈 | 111011011110001110110110111001011010101110001001111011011110001110110111111010011011010010101011 | ede3b6e5ab89ede3b7e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)