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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???癲??? | 0011111100111111001111111110000110011111001111110011111100111111 | 3f3f3fe19f3f3f3f |
EUC-JP | ???癲??? | 0011111100111111001111111110001010100001001111110011111100111111 | 3f3f3fe2a13f3f3f |
UTF-8 | 溜깅젡癲쎌꽌殮 | 111011111010011110001011111010101011100110000101111011001010000010100001111001111001100110110010111011001000111010001100111010101011110110001100111011111010011010100101 | efa78beab985eca0a1e799b2ec8e8ceabd8cefa6a5 |
UHC | 溜깅젡癲쎌꽌殮 | 1110101011111110101100011110101110100000100110101110111110100110101111011110110010000100100111001110011011111001 | eafeb1eba09aefa6bdec849ce6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)