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 | 丈゙質 | 10001111111001001101111010001110101111111111000010100100 | 8fe4de8ebff0a4 |
EUC-JP | 丈゙質? | 10111110111001101000111011011110101111001100000100111111 | bee68edebcc13f |
UTF-8 | 丈゙質 | 111001001011100010001000111011111011111010011110111010001011001110101010111011101000000110100011 | e4b888efbe9ee8b3aaee81a3 |
UHC | 丈?質? | 111011011101101100111111111100101111010100111111 | eddb3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)