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 | ??だ?功ご | 001111110011111110000010101111100011111110001100111101111000001010110010 | 3f3f82be3f8cf782b2 |
EUC-JP | ??だ?功ご | 001111110011111110100100110000000011111110111000111110011010010010110100 | 3f3fa4c03fb8f9a4b4 |
UTF-8 | 룵퓦だ룴功ご | 111010111010001110110101111011011001001110100110111000111000000110100000111010111010001110110100111001011000101010011111111000111000000110010100 | eba3b5ed93a6e381a0eba3b4e58a9fe38194 |
UHC | 룵퓦だ룴功ご | 100011111010101010111111100011111010101011000000100011111010100111001101111011011010101010110100 | 8faabf8faac08fa9cdedaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)