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 | 繒私?衣 | 11111011100011111000111010000100001111111000100011011111 | fb8f8e843f88df |
EUC-JP | 繒私?衣 | 1000111111010100110101001011101111100100001111111011000011100001 | 8fd4d4bbe43fb0e1 |
UTF-8 | 繒私취衣 | 111001111011100110010010111001111010011110000001111011001011011110101000111010001010000110100011 | e7b992e7a781ecb7a8e8a1a3 |
UHC | 繒私취衣 | 1111000111111001110111101110011111000011111010111110101111111101 | f1f9dee7c3ebebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)