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 | 帳??汚?? | 1001001010100000001111110011111110001001100110000011111100111111 | 92a03f3f89983f3f |
EUC-JP | 帳??汚?? | 1100010010100010001111110011111110110001111110000011111100111111 | c4a23f3fb1f83f3f |
UTF-8 | 帳댐풗汚띰쉈 | 111001011011100010110011111010111000110010010000111011011001001010010111111001101011000110011010111010111001110110110000111011001000100110001000 | e5b8b3eb8c90ed9297e6b19aeb9db0ec8988 |
UHC | 帳댐풗汚띰쉈 | 111011011110001110110100111011111011111010011010111001111111110110110110111011111011110110100101 | ede3b4efbe9ae7fdb6efbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)