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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?遯??? | 001111111110011110101010001111110011111100111111 | 3fe7aa3f3f3f |
EUC-JP | ?遯??? | 001111111110111010101100001111110011111100111111 | 3feeac3f3f3f |
UTF-8 | 暈遯ㅅ렼렠 | 111011111010011110000101111010011000000110101111111000111000010110000101111010111010000010111100111010111010000010100000 | efa785e981afe38585eba0bceba0a0 |
UHC | 暈遯ㅅ렼렠 | 11101001111101111101010011101110101001001011010110001110110001001000111010110001 | e9f7d4eea4b58ec48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)