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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜈??穩? | 11100101100001010011111100111111111000100111001000111111 | e5853f3fe2723f |
EUC-JP | 蜈??穩? | 11101001111001010011111100111111111000111101001100111111 | e9e53f3fe3d33f |
UTF-8 | 蜈랃쉐穩롥 | 111010001001110010001000111010111001111010000011111011001000100110010000111001111010100110101001111010111010000110100101 | e89c88eb9e83ec8990e7a9a9eba1a5 |
UHC | 蜈랃쉐穩롥 | 11101000101001011000110111101111101111011010011011101000101100011000111011100101 | e8a58defbda6e8b18ee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)