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 | 鼎??魚?? | 1001001101000011001111110011111110001011100110110011111100111111 | 93433f3f8b9b3f3f |
EUC-JP | 鼎??魚?? | 1100010110100100001111110011111110110101111110110011111100111111 | c5a43f3fb5fb3f3f |
UTF-8 | 鼎븀땀魚펩렡 | 111010011011110010001110111010111011100010000000111010111001010110000000111010011010110110011010111011011000111010101001111010111010000010100001 | e9bc8eebb880eb9580e9ad9aed8ea9eba0a1 |
UHC | 鼎븀땀魚펩렡 | 111100001010001110111010111001111011011010100001111001011110000011000110111010011000111010110010 | f0a3bae7b6a1e5e0c6e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)