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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 骸??o | 1000101001011011001111110011111101101111 | 8a5b3f3f6f |
EUC-JP | 骸??o | 1011001110111100001111110011111101101111 | b3bc3f3f6f |
UTF-8 | 骸뷁닡o | 11101001101010101011100011101011101101111000000111101011100010111010000101101111 | e9aab8ebb781eb8ba16f |
UHC | 骸뷁닡o | 11111010101101011001010011101110100010001010000101101111 | fab594ee88a16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)