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 | ??M???| | 00111111001111110100110100111111001111110011111101111100 | 3f3f4d3f3f3f7c |
SJIS-WIN | ?}M???| | 0011111110000001011100000100110100111111001111110011111101111100 | 3f81704d3f3f3f7c |
EUC-JP | ?}M???| | 0011111110100001110100010100110100111111001111110011111101111100 | 3fa1d14d3f3f3f7c |
UTF-8 | 룵}M룵첂◈| | 1110101110100011101101011110111110111101100111010100110111101011101000111011010111101100101100101000001011100010100101111000100001111100 | eba3b5efbd9d4deba3b5ecb282e297887c |
UHC | 룵}M룵첂◈| | 100011111010101010100011111111010100110110001111101010101010101010001111101000101100001001111100 | 8faaa3fd4d8faaaa8fa2c27c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)