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 | 沚喇醍埃 | 1001111110001101100110100110100010010001111001111001101010111010 | 9f8d9a6891e79aba |
EUC-JP | 沚喇醍埃 | 1101110111101101110100111100100111000010111010011101010010111100 | ddedd3c9c2e9d4bc |
UTF-8 | 沚喇醍埃 | 111001101011001010011010111001011001011010000111111010011000011010001101111001011001111110000011 | e6b29ae59687e9868de59f83 |
UHC | 沚喇醍埃 | 1111001010101111110101001111101011110000101101011110010011101111 | f2afd4faf0b5e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)