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] | 00111111001111110011111100111111001111110100110101011101 | 3f3f3f3f3f4d5d |
SJIS-WIN | ?????M] | 00111111001111110011111100111111001111110100110101011101 | 3f3f3f3f3f4d5d |
EUC-JP | ?????M] | 00111111001111110011111100111111001111110100110101011101 | 3f3f3f3f3f4d5d |
UTF-8 | 렺셔┙셍렏M] | 1110101110100000101110101110110010000101100101001110001010010100100110011110110010000101100011011110101110100000100011110100110101011101 | eba0baec8594e29499ec858deba08f4d5d |
UHC | 렺셔┙셍렏M] | 100011101100001010111100110001011010011011000100101111001100010010001110101001010100110101011101 | 8ec2bcc5a6c4bcc48ea54d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)