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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 陰μ?] | 100010010100000110000011110010100011111101011101 | 894183ca3f5d |
EUC-JP | 陰μ?] | 101100011010001010100110110011000011111101011101 | b1a2a6cc3f5d |
UTF-8 | 陰μ꺎] | 111010011001100110110000110011101011110011101010101110101000111001011101 | e999b0cebceaba8e5d |
UHC | 陰μ꺎] | 11101011111001001010010111101100100000111011010001011101 | ebe4a5ec83b45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)