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 | ???詣?? | 00111111001111110011111110001100011101110011111100111111 | 3f3f3f8c773f3f |
EUC-JP | ???詣?? | 00111111001111110011111110110111110110000011111100111111 | 3f3f3fb7d83f3f |
UTF-8 | 嶺앭릦詣며큻 | 111011111010011010101011111011001001010110101101111010111010011010100110111010001010100110100011111010111010100110110000111011011000000110111011 | efa6abec95adeba6a6e8a9a3eba9b0ed81bb |
UHC | 嶺앭릦詣며큻 | 111001111010110110011101111001011001000010001000111001111110000110111000111001111011010010001010 | e7ad9de59088e7e1b8e7b48a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)