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 | 曜??節х? | 100101110110101000111111001111111001000011011111100001001000011100111111 | 976a3f3f90df84873f |
EUC-JP | 曜??節х? | 110011011100101100111111001111111100000011100001101001111110011100111111 | cdcb3f3fc0e1a7e73f |
UTF-8 | 曜겼넼節х꺓 | 1110011010011011100111001110101010110010101111001110101110000100101111001110011110101111100000001101000110000101111010101011101010010011 | e69b9ceab2bceb84bce7af80d185eaba93 |
UHC | 曜겼넼節х꺓 | 111010001111100010110000111001011000011010110110111011111011110110101100111001111000001110111001 | e8f8b0e586b6efbdace783b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)