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 | ????ラ? | 00111111001111110011111100111111100000111000100100111111 | 3f3f3f3f83893f |
EUC-JP | ????ラ? | 00111111001111110011111100111111101001011110100100111111 | 3f3f3f3fa5e93f |
UTF-8 | 僚녈룗留ラ솻 | 111011111010011010111011111010111000010110001000111010111010001110010111111011111010011110001101111000111000001110101001111011001000011010111011 | efa6bbeb8588eba397efa78de383a9ec86bb |
UHC | 僚녈룗留ラ솻 | 111010001110100010110011111000111000111110010011111010111010011110101011111010011001100110110000 | e8e8b3e38f93eba7abe999b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)