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 | 鮱゙鰰ォ | 111111000100010011011110111010011101111010101011 | fc44dee9deab |
EUC-JP | 鮱゙鰰ォ | 100011111110101011100110100011101101111011110010111000001000111010101011 | 8feae68edef2e08eab |
UTF-8 | 鮱゙鰰ォ | 111010011010111010110001111011111011111010011110111010011011000010110000111011111011110110101011 | e9aeb1efbe9ee9b0b0efbdab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)