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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 栓瀧?? | 100100001111000010010001111010110011111100111111 | 90f091eb3f3f |
EUC-JP | 栓瀧?塡 | 1100000011110010110000101110110100111111100011111011100010110100 | c0f2c2ed3f8fb8b4 |
UTF-8 | 栓瀧혠塡 | 111001101010000010010011111001111000000010100111111011011001100010100000111001011010000110100001 | e6a093e780a7ed98a0e5a1a1 |
UHC | 栓瀧혠塡 | 1110111011111011110101101110100111000111111111101110111011110011 | eefbd6e9c7feeef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)