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 | 傲る?淫?窈 | 10011000111111001000001011101001001111111000100011111010001111111110001001110111 | 98fc82e93f88fa3fe277 |
EUC-JP | 傲るł淫?窈 | 110100001111111010100100111010111000111110101001110010001011000011111100001111111110001111011000 | d0fea4eb8fa9c8b0fc3fe3d8 |
UTF-8 | 傲るł淫쟇窈 | 1110010110000010101100101110001110000010100010111100010110000010111001101011011110101011111011001001111110000111111001111010101010001000 | e582b2e3828bc582e6b7abec9f87e7aa88 |
UHC | 傲るł淫쟇窈 | 111001111110110010101010111010111010100110101001111010111110001010100000010010111110100110100001 | e7ecaaeba9a9ebe2a04be9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)