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 | 幄幄虎? | 10011011111010001001101111101000100011001101010100111111 | 9be89be88cd53f |
EUC-JP | 幄幄虎? | 11010110111010101101011011101010101110001101011100111111 | d6ead6eab8d73f |
UTF-8 | 幄幄虎섲 | 111001011011100110000100111001011011100110000100111010001001100110001110111011001000010010110010 | e5b984e5b984e8998eec84b2 |
UHC | 幄幄虎섲 | 1110010011000001111001001100000111111011110110111001100101000001 | e4c1e4c1fbdb9941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)