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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裵゙鰰ォ | 111110111010001011011110111010011101111010101011 | fba2dee9deab |
EUC-JP | 裵゙鰰ォ | 100011111101110011010011100011101101111011110010111000001000111010101011 | 8fdcd38edef2e08eab |
UTF-8 | 裵゙鰰ォ | 111010001010001110110101111011111011111010011110111010011011000010110000111011111011110110101011 | e8a3b5efbe9ee9b0b0efbdab |
UHC | 裵??? | 1101101111010001001111110011111100111111 | dbd13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)