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 | ?m???? | 00111111100000101000110100111111001111110011111100111111 | 3f828d3f3f3f3f |
EUC-JP | ?m???? | 00111111101000111110110100111111001111110011111100111111 | 3fa3ed3f3f3f3f |
UTF-8 | 淋m슎淋뽰ℓ | 111011111010011110110101111011111011110110001101111011001000101010001110111011111010011110110101111010111011110110110000111000101000010010010011 | efa7b5efbd8dec8a8eefa7b5ebbdb0e28493 |
UHC | 淋m슎淋뽰ℓ | 111011001111100010100011111011011001101010011110111011001111100010010110111011001010011110100100 | ecf8a3ed9a9eecf896eca7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)