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 | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
SJIS-WIN | 褥ν????M | 111001011111000110000011110010110011111100111111001111110011111101001101 | e5f183cb3f3f3f3f4d |
EUC-JP | 褥ν????M | 111010101111001110100110110011010011111100111111001111110011111101001101 | eaf3a6cd3f3f3f3f4d |
UTF-8 | 褥ν씗溜곕젨M | 111010001010010010100101110011101011110111101100100101001001011111101111101001111000101111101010101100111001010111101100101000001010100001001101 | e8a4a5cebdec9497efa78beab395eca0a84d |
UHC | 褥ν씗溜곕젨M | 11101001101100111010010111101101100111011010110011101010111111101011000011101011101000001010000001001101 | e9b3a5ed9daceafeb0eba0a04d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)