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 | 畏??要? | 10001000110110000011111100111111100101110111011000111111 | 88d83f3f97763f |
EUC-JP | 畏??要? | 10110000110110100011111100111111110011011101011100111111 | b0da3f3fcdd73f |
UTF-8 | 畏뷂쉽要뺞 | 111001111001010110001111111010111011011110000010111011001000100110111101111010001010011010000001111010111011101010011110 | e7958febb782ec89bde8a681ebba9e |
UHC | 畏뷂쉽要뺞 | 11101000111001101001010011101111101111011011000111101001101010011001010111100110 | e8e694efbdb1e9a995e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)