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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陰??陰μ? | 100010010100000100111111001111111000100101000001100000111100101000111111 | 89413f3f894183ca3f |
EUC-JP | 陰??陰μ? | 101100011010001000111111001111111011000110100010101001101100110000111111 | b1a23f3fb1a2a6cc3f |
UTF-8 | 陰앹꼸陰μ뀎 | 1110100110011001101100001110110010010101101110011110101010111100101110001110100110011001101100001100111010111100111010111000000010001110 | e999b0ec95b9eabcb8e999b0cebceb808e |
UHC | 陰앹꼸陰μ뀎 | 111010111110010010011101111011001000010010010000111010111110010010100101111011001000010110001001 | ebe49dec8490ebe4a5ec8589 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)