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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壓??踰?? | 1001101011011000001111110011111111100110111110100011111100111111 | 9ad83f3fe6fa3f3f |
EUC-JP | 壓??踰?? | 1101010011011010001111110011111111101100111111000011111100111111 | d4da3f3fecfc3f3f |
UTF-8 | 壓꾨뜄踰싪닼 | 111001011010001110010011111010101011111010101000111010111001110010000100111010001011100010110000111011001000101110101010111010111000101110111100 | e5a393eabea8eb9c84e8b8b0ec8baaeb8bbc |
UHC | 壓꾨뜄踰싪닼 | 111001001110001010000100111010111000110110001000111010111011001010011010111010001000100010101010 | e4e284eb8d88ebb29ae888aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)