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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瑚??棒? | 10001100111010000011111100111111100101100101111100111111 | 8ce83f3f965f3f |
EUC-JP | 瑚??棒? | 10111000111010100011111100111111110010111100000000111111 | b8ea3f3fcbc03f |
UTF-8 | 瑚ㅶ렪棒렜 | 111001111001000110011010111000111000010110110110111010111010000010101010111001101010001110010010111010111010000010011100 | e7919ae385b6eba0aae6a392eba09c |
UHC | 瑚ㅶ렪棒렜 | 11111011110100011010010011100110100011101011100011011100111010101000111010101110 | fbd1a4e68eb8dcea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)