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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 敖?????? | 1001110111000010001111110011111100111111001111110011111100111111 | 9dc23f3f3f3f3f3f |
EUC-JP | 敖?????? | 1101101011000100001111110011111100111111001111110011111100111111 | dac43f3f3f3f3f3f |
UTF-8 | 敖숈븪溜띿뵆溜 | 111001101001010110010110111011001000100010001000111010111011100010101010111011111010011110001011111010111001110110111111111010111011010110000110111011111010011110001011 | e69596ec8888ebb8aaefa78beb9dbfebb586efa78b |
UHC | 敖숈븪溜띿뵆溜 | 1110011111111001100110011110110010010101100100111110101011111110100011011110110010010100100011001110101011111110 | e7f999ec9593eafe8dec948ceafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)