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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽??耶ヤ | 1110011010100011001111110011111110010110111010111000001110000100 | e6a33f3f96eb8384 |
EUC-JP | 譽??耶ヤ | 1110110010100101001111110011111111001100111011011010010111100100 | eca53f3fcceda5e4 |
UTF-8 | 譽길릍耶ヤ | 111010001010110110111101111010101011100010111000111010111010011010001101111010001000000010110110111000111000001110100100 | e8adbdeab8b8eba68de880b6e383a4 |
UHC | 譽길릍耶ヤ | 11100111111000101011000111100110101110001010110011100101101011011010101111100100 | e7e2b1e6b8ace5adabe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)