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 | 譽??耶ヤ? | 111001101010001100111111001111111001011011101011100000111000010000111111 | e6a33f3f96eb83843f |
EUC-JP | 譽??耶ヤ? | 111011001010010100111111001111111100110011101101101001011110010000111111 | eca53f3fcceda5e43f |
UTF-8 | 譽길릍耶ヤ퐜 | 111010001010110110111101111010101011100010111000111010111010011010001101111010001000000010110110111000111000001110100100111011011001000010011100 | e8adbdeab8b8eba68de880b6e383a4ed909c |
UHC | 譽길릍耶ヤ퐜 | 111001111110001010110001111001101011100010101100111001011010110110101011111001001011110110000110 | e7e2b1e6b8ace5adabe4bd86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)