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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮟?? | 11101001101110110011111100111111 | e9bb3f3f |
EUC-JP | 鮟?? | 11110010101111010011111100111111 | f2bd3f3f |
UTF-8 | 鮟셨선 | 111010011010111010011111111011001000010110101000111011001000010010100000 | e9ae9fec85a8ec84a0 |
UHC | 鮟셨선 | 111001001101010110111100110011001011110010110001 | e4d5bcccbcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)