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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曖??瀛 | 100111100100001000111111001111111110000001101001 | 9e423f3fe069 |
EUC-JP | 曖??瀛 | 110110111010001100111111001111111101111111001010 | dba33f3fdfca |
UTF-8 | 曖뤹똜瀛 | 111001101001101110010110111010111010010010111001111010111001100010011100111001111000000010011011 | e69b96eba4b9eb989ce7809b |
UHC | 曖뤹똜瀛 | 1110010011110010100011111110011110001100010110011110011110111010 | e4f28fe78c59e7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)