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 | ???逆? | 001111110011111100111111100010110111010000111111 | 3f3f3f8b743f |
EUC-JP | ???逆? | 001111110011111100111111101101011101010100111111 | 3f3f3fb5d53f |
UTF-8 | 了ㅸ듊逆볿 | 111011111010011010111010111000111000010110111000111010111001001110001010111010011000000010000110111010111011001110111111 | efa6bae385b8eb938ae98086ebb3bf |
UHC | 了ㅸ듊逆볿 | 11101000111001111010010011101000100010101011110111100110101111011001010001000010 | e8e7a4e88abde6bd9442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)