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 | ??J??M | 001111110011111101001010001111110011111101001101 | 3f3f4a3f3f4d |
SJIS-WIN | ?}J?}M | 0011111110000001011100000100101000111111100000010111000001001101 | 3f81704a3f81704d |
EUC-JP | ?}J?}M | 0011111110100001110100010100101000111111101000011101000101001101 | 3fa1d14a3fa1d14d |
UTF-8 | 룵}J룵}M | 1110101110100011101101011110111110111101100111010100101011101011101000111011010111101111101111011001110101001101 | eba3b5efbd9d4aeba3b5efbd9d4d |
UHC | 룵}J룵}M | 10001111101010101010001111111101010010101000111110101010101000111111110101001101 | 8faaa3fd4a8faaa3fd4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)