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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?男?釐ヂE | 001111111001001001101010001111111110011111011000100000110110000101000101 | 3f926a3fe7d8836145 |
EUC-JP | ?男?釐ヂE | 001111111100001111001011001111111110111011011010101001011100001001000101 | 3fc3cb3feedaa5c245 |
UTF-8 | 룵男룶釐ヂE | 11101011101000111011010111100111100101001011011111101011101000111011011011101001100001111001000011100011100000111000001001000101 | eba3b5e794b7eba3b6e98790e3838245 |
UHC | 룵男룶釐ヂE | 1000111110101010110100011111101110001111101010111101011111101101101010111100001001000101 | 8faad1fb8fabd7edabc245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)