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 | 鴫瀅爾丞 | 1000111010110000111110110100111010001110101000101000111111100101 | 8eb0fb4e8ea28fe5 |
EUC-JP | 鴫瀅爾丞 | 101111001011001010001111110010011010101110111100101001001011111011100111 | bcb28fc9abbca4bee7 |
UTF-8 | 鴫瀅爾丞 | 111010011011010010101011111001111000000010000101111001111000100010111110111001001011100010011110 | e9b4abe78085e788bee4b89e |
UHC | ?瀅爾丞 | 00111111111110111010010011101100101100111110001110101010 | 3ffba4ecb3e3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)