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 | 衍??萸у? | 100111111010010100111111001111111110010011001110100001001000010100111111 | 9fa53f3fe4ce84853f |
EUC-JP | 衍??萸у? | 110111101010011100111111001111111110100011010000101001111110010100111111 | dea73f3fe8d0a7e53f |
UTF-8 | 衍됰뎽萸у푻 | 1110100010100001100011011110101110010000101100001110101110001110101111011110100010010000101110001101000110000011111011011001000110111011 | e8a18deb90b0eb8ebde890b8d183ed91bb |
UHC | 衍됰뎽萸у푻 | 111001101110001010001001111010111000100110010000111010111010110110101100111001011011111010000111 | e6e289eb8990ebadace5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)