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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 浴??\ | 1001011110000001001111110011111101011100 | 97813f3f5c |
EUC-JP | 浴??\ | 1100110111100001001111110011111101011100 | cde13f3f5c |
UTF-8 | 浴녵옛\ | 11100110101101011011010011101011100001011011010111101100100110001001101101011100 | e6b5b4eb85b5ec989b5c |
UHC | 浴녵옛\ | 11101001101100011000011011100100101111111011111001011100 | e9b186e4bfbe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)