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 | 娼ー将罎ェ | 10001111101010011011000010001111101010111110001110100010111110011000111110101010 | 8fa9b08fabe3a2f98faa |
EUC-JP | 娼ー将罎?ェ | 1011111010101011100011101011000010111110101011011110011010100100001111111000111010101010 | beab8eb0beade6a43f8eaa |
UTF-8 | 娼ー将罎ェ | 111001011010100010111100111011111011110110110000111001011011000010000110111001111011110110001110111011101001101110101010111011111011110110101010 | e5a8bcefbdb0e5b086e7bd8eee9baaefbdaa |
UHC | 娼????? | 11110011110111100011111100111111001111110011111100111111 | f3de3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)