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 | 丈゙蛇 | 1000111111100100110111101000111011010110 | 8fe4de8ed6 |
EUC-JP | 丈゙蛇 | 101111101110011010001110110111101011110011011000 | bee68edebcd8 |
UTF-8 | 丈゙蛇 | 111001001011100010001000111011111011111010011110111010001001101110000111 | e4b888efbe9ee89b87 |
UHC | 丈?蛇 | 1110110111011011001111111101111011101111 | eddb3fdeef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)