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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???葵B | 001111110011111100111111100010001010100001000010 | 3f3f3f88a842 |
EUC-JP | ???葵B | 001111110011111100111111101100001010101001000010 | 3f3f3fb0aa42 |
UTF-8 | 僚녹뼚葵B | 11101111101001101011101111101011100001011011100111101011101111001001101011101000100100011011010101000010 | efa6bbeb85b9ebbc9ae891b542 |
UHC | 僚녹뼚葵B | 111010001110100010110011111011001001011010100000110100001010110101000010 | e8e8b3ec96a0d0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)