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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋蓑?堰 | 10010010100111001001011010101010001111111000100110000001 | 929c96aa3f8981 |
EUC-JP | 凋蓑?堰 | 11000011111111001100110010101100001111111011000111100001 | c3fcccac3fb1e1 |
UTF-8 | 凋蓑봅堰 | 111001011000011110001011111010001001001110010001111010111011010010000101111001011010000010110000 | e5878be89391ebb485e5a0b0 |
UHC | 凋蓑봅堰 | 1111000010111101110111101110111010111010101111101110010111101000 | f0bddeeebabee5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)