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 | ??????DuB | 001111110011111100111111001111110011111100111111010001000111010101000010 | 3f3f3f3f3f3f447542 |
SJIS-WIN | ??????DuB | 001111110011111100111111001111110011111100111111010001000111010101000010 | 3f3f3f3f3f3f447542 |
EUC-JP | ??????DuB | 001111110011111100111111001111110011111100111111010001000111010101000010 | 3f3f3f3f3f3f447542 |
UTF-8 | 뭋뫃뭀묿뭃뫑DuB | 111010111010110110001011111010111010101110000011111010111010110110000000111010111010110010111111111010111010110110000011111010111010101110010001010001000111010101000010 | ebad8bebab83ebad80ebacbfebad83ebab91447542 |
UHC | 뭋뫃뭀묿뭃뫑DuB | 100100100101011010010001101001111001001001001111100100100100111010010010010100101001000110110011010001000111010101000010 | 925691a7924f924e925291b3447542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)