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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??證??證^ | 001111110011111111100110100110100011111100111111111001101001101001011110 | 3f3fe69a3f3fe69a5e |
EUC-JP | ??證??證^ | 001111110011111111101011111110100011111100111111111010111111101001011110 | 3f3febfa3f3febfa5e |
UTF-8 | 넴뤙證넴뤙證^ | 11101011100001001011010011101011101001001001100111101000101011011000100111101011100001001011010011101011101001001001100111101000101011011000100101011110 | eb84b4eba499e8ad89eb84b4eba499e8ad895e |
UHC | 넴뤙證넴뤙證^ | 10110011110110111000111111001000111100011111101110110011110110111000111111001000111100011111101101011110 | b3db8fc8f1fbb3db8fc8f1fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)