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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ラ瞠ソk | 1101011111100001110100111011111101101011 | d7e1d3bf6b |
EUC-JP | ラ瞠ソk | 10001110110101111110001011010101100011101011111101101011 | 8ed7e2d58ebf6b |
UTF-8 | ラ瞠ソk | 11101111101111101001011111100111100111101010000011101111101111011011111101101011 | efbe97e79ea0efbdbf6b |
UHC | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)