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 | 赱シ闊賛 | 11100110110111111011110011101000100010001000111001011110 | e6dfbce8888e5e |
EUC-JP | 赱シ闊賛 | 1110110011100001100011101011110011101111111010001011101110111111 | ece18ebcefe8bbbf |
UTF-8 | 赱シ闊賛 | 111010001011010110110001111011111011110110111100111010011001011110001010111010001011001110011011 | e8b5b1efbdbce9978ae8b39b |
UHC | ??闊? | 0011111100111111111111001100010000111111 | 3f3ffcc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)