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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 茆膽}茆膽{^ | 1110010010011011111001000101101101111101111001001001101111100100010110110111101101011110 | e49be45b7de49be45b7b5e |
EUC-JP | 茆膽}茆膽{^ | 1110011111111011111001111011110001111101111001111111101111100111101111000111101101011110 | e7fbe7bc7de7fbe7bc7b5e |
UTF-8 | 茆膽}茆膽{^ | 111010001000110010000110111010001000011010111101011111011110100010001100100001101110100010000110101111010111101101011110 | e88c86e886bd7de88c86e886bd7b5e |
UHC | ?膽}?膽{^ | 001111111101001111000101011111010011111111010011110001010111101101011110 | 3fd3c57d3fd3c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)