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 | 枝?昱磐?? | 100011100111110100111111111110100110001110010100110101100011111100111111 | 8e7d3ffa6394d63f3f |
EUC-JP | 枝?昱磐?? | 10111011110111100011111110001111110000101010110111001000110110000011111100111111 | bbde3f8fc2adc8d83f3f |
UTF-8 | 枝렔昱磐렰렯 | 111001101001111010011101111010111010000010010100111001101001100010110001111001111010001110010000111010111010000010110000111010111010000010101111 | e69e9deba094e698b1e7a390eba0b0eba0af |
UHC | 枝렔昱磐렰렯 | 111100101010101110001110101010011110100111110000110110101111000110001110101111011000111010111100 | f2ab8ea9e9f0daf18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)