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 | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 葯縁秋m | 11100100110111101000100110001111100011110100100001101101 | e4de898f8f486d |
EUC-JP | 葯縁秋m | 11101000111000001011000111101111101111011010100101101101 | e8e0b1efbda96d |
UTF-8 | 葯縁秋m | 11101000100100011010111111100111101110001000000111100111101001111000101101101101 | e891afe7b881e7a78b6d |
UHC | 葯?秋m | 111001011011010100111111111101011101010101101101 | e5b53ff5d56d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)