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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 帳??驛 | 100100101010000000111111001111111110100110000011 | 92a03f3fe983 |
EUC-JP | 帳??驛 | 110001001010001000111111001111111111000111100011 | c4a23f3ff1e3 |
UTF-8 | 帳뜹쳣驛 | 111001011011100010110011111010111001110010111001111011001011001110100011111010011010100110011011 | e5b8b3eb9cb9ecb3a3e9a99b |
UHC | 帳뜹쳣驛 | 1110110111100011101101101110010110101011100010011110011010111110 | ede3b6e5ab89e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)