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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?大頁?削B | 001111111001000111100101100101011100010100111111100011011110110101000010 | 3f91e595c53f8ded42 |
EUC-JP | ?大頁?削B | 001111111100001011100111110010101100011100111111101110101110111101000010 | 3fc2e7cac73fbaef42 |
UTF-8 | 뤊大頁붉削B | 11101011101001001000101011100101101001001010011111101001101000001000000111101011101101101000100111100101100010011000101001000010 | eba48ae5a4a7e9a081ebb689e5898a42 |
UHC | 뤊大頁붉削B | 1000111110111010110100111101111011111010111011011011101011010011110111101111101101000010 | 8fbad3defaedbad3defb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)