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 | 鵝??拗?? | 1110101001000000001111110011111110011101010110000011111100111111 | ea403f3f9d583f3f |
EUC-JP | 鵝??拗?? | 1111001110100001001111110011111111011001101110010011111100111111 | f3a13f3fd9b93f3f |
UTF-8 | 鵝싲젔拗룸젻 | 111010011011010110011101111011001000101110110010111011001010000010010100111001101000101110010111111010111010001110111000111011001010000010111011 | e9b59dec8bb2eca094e68b97eba3b8eca0bb |
UHC | 鵝싲젔拗룸젻 | 111001001011110110011010111010111010000010010010111010001111001110110111111010111010000010101110 | e4bd9aeba092e8f3b7eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)