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 | ????d? | 00111111001111110011111100111111100000101000010000111111 | 3f3f3f3f82843f |
EUC-JP | ????d? | 00111111001111110011111100111111101000111110010000111111 | 3f3f3f3fa3e43f |
UTF-8 | 溜노죮溜d풅 | 111011111010011110001011111010111000010110111000111011001010001110101110111011111010011110001011111011111011110110000100111011011001001010000101 | efa78beb85b8eca3aeefa78befbd84ed9285 |
UHC | 溜노죮溜d풅 | 111010101111111010110011111010111010000110001001111010101111111010100011111001001011111010001101 | eafeb3eba189eafea3e4be8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)