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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?繩?繩^ | 00111111111000111000101000111111111000111000101001011110 | 3fe38a3fe38a5e |
EUC-JP | ?繩?繩^ | 00111111111001011110101000111111111001011110101001011110 | 3fe5ea3fe5ea5e |
UTF-8 | 돟繩돟繩^ | 11101011100011111001111111100111101110011010100111101011100011111001111111100111101110011010100101011110 | eb8f9fe7b9a9eb8f9fe7b9a95e |
UHC | 돟繩돟繩^ | 100010011010010111100011101100011000100110100101111000111011000101011110 | 89a5e3b189a5e3b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)