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 | 縊??兒 | 111000110110111100111111001111111001100101011010 | e36f3f3f995a |
EUC-JP | 縊??兒 | 111001011101000000111111001111111101000110111011 | e5d03f3fd1bb |
UTF-8 | 縊뙊뢅兒 | 111001111011100010001010111010111001100110001010111010111010001010000101111001011000010110010010 | e7b88aeb998aeba285e58592 |
UHC | 縊뙊뢅兒 | 1110010011111100100011001000111110001111010000011110010010101110 | e4fc8c8f8f41e4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)