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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籥幣顋猜 | 1110001011011110100101011011110011101000111110011110000011001000 | e2de95bce8f9e0c8 |
EUC-JP | 籥幣顋猜 | 1110010011100000110010101011111011110000111110111110000011001010 | e4e0cabef0fbe0ca |
UTF-8 | 籥幣顋猜 | 111001111011000110100101111001011011100110100011111010011010000110001011111001111000110010011100 | e7b1a5e5b9a3e9a18be78c9c |
UHC | ?幣?猜 | 001111111111100011000111001111111110001111000100 | 3ff8c73fe3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)