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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 陰μ?B | 100010010100000110000011110010100011111101000010 | 894183ca3f42 |
EUC-JP | 陰μ?B | 101100011010001010100110110011000011111101000010 | b1a2a6cc3f42 |
UTF-8 | 陰μ뀳B | 111010011001100110110000110011101011110011101011100000001011001101000010 | e999b0cebceb80b342 |
UHC | 陰μ뀳B | 11101011111001001010010111101100100001011010100101000010 | ebe4a5ec85a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)