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 | 鴦??徇?? | 1110100111110001001111110011111110011100011011010011111100111111 | e9f13f3f9c6d3f3f |
EUC-JP | 鴦??徇?? | 1111001011110011001111110011111111010111110011100011111100111111 | f2f33f3fd7ce3f3f |
UTF-8 | 鴦볛뫓徇먨죰 | 111010011011010010100110111010111011001110011011111010111010101110010011111001011011111010000111111010111010100010101000111011001010001110110000 | e9b4a6ebb39bebab93e5be87eba8a8eca3b0 |
UHC | 鴦볛뫓徇먨죰 | 111001001110110010010011111000101001000110110101111000101101111110010000111001011010000110001011 | e4ec93e291b5e2df90e5a18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)