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 | 鼎??菴?? | 1001001101000011001111110011111111100100101111010011111100111111 | 93433f3fe4bd3f3f |
EUC-JP | 鼎??菴?? | 1100010110100100001111110011111111101000101111110011111100111111 | c5a43f3fe8bf3f3f |
UTF-8 | 鼎븀땀菴펩렡 | 111010011011110010001110111010111011100010000000111010111001010110000000111010001000111110110100111011011000111010101001111010111010000010100001 | e9bc8eebb880eb9580e88fb4ed8ea9eba0a1 |
UHC | 鼎븀땀菴펩렡 | 111100001010001110111010111001111011011010100001111001001110000011000110111010011000111010110010 | f0a3bae7b6a1e4e0c6e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)