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 | 倭▲???? | 1001100001100000100000011010001100111111001111110011111100111111 | 986081a33f3f3f3f |
EUC-JP | 倭▲???? | 1100111111000001101000101010010100111111001111110011111100111111 | cfc1a2a53f3f3f3f |
UTF-8 | 倭▲끁溜볥젦 | 111001011000000010101101111000101001011010110010111010111000000110000001111011111010011110001011111010111011001110100101111011001010000010100110 | e580ade296b2eb8181efa78bebb3a5eca0a6 |
UHC | 倭▲끁溜볥젦 | 111010001101111010100001111000111000010110110111111010101111111010010011111010111010000010011110 | e8dea1e385b7eafe93eba09e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)