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 | 詣??若 | 100011000111011100111111001111111000111011100001 | 8c773f3f8ee1 |
EUC-JP | 詣??若 | 101101111101100000111111001111111011110011100011 | b7d83f3fbce3 |
UTF-8 | 詣앶값若 | 111010001010100110100011111011001001010110110110111010101011000010010010111010001000101110100101 | e8a9a3ec95b6eab092e88ba5 |
UHC | 詣앶값若 | 1110011111100001100111011110100110110000101010101110010110110100 | e7e19de9b0aae5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)