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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | ??瓣V | 0011111100111111111000010100000101010110 | 3f3fe14156 |
EUC-JP | ??瓣V | 0011111100111111111000011010001001010110 | 3f3fe1a256 |
UTF-8 | 룶끼瓣V | 11101011101000111011011011101011100000011011110011100111100100111010001101010110 | eba3b6eb81bce793a356 |
UHC | 룶끼瓣V | 10001111101010111011001110100010111101111111101101010110 | 8fabb3a2f7fb56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)