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 | 五e???? | 1000110011011100100000101000010100111111001111110011111100111111 | 8cdc82853f3f3f3f |
EUC-JP | 五e???? | 1011100011011110101000111110010100111111001111110011111100111111 | b8dea3e53f3f3f3f |
UTF-8 | 五e댗樂녺킐 | 111001001011101010010100111011111011110110000101111010111000110010010111111011111010011010111111111010111000010110111010111011011000001010010000 | e4ba94efbd85eb8c97efa6bfeb85baed8290 |
UHC | 五e댗樂녺킐 | 111001111110100110100011111001011000100010111011111010001111100110000110111001111011010010011100 | e7e9a3e588bbe8f986e7b49c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)