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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諤丈シ | 1110011010000000100011111110010010111100 | e6808fe4bc |
EUC-JP | 諤丈シ | 111010111110000010111110111001101000111010111100 | ebe0bee68ebc |
UTF-8 | 諤丈シ | 111010001010101110100100111001001011100010001000111011111011110110111100 | e8aba4e4b888efbdbc |
UHC | ?丈? | 00111111111011011101101100111111 | 3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)