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 | 蒻る??? | 11100100111010001000001011101001001111110011111100111111 | e4e882e93f3f3f |
EUC-JP | 蒻る?佾? | 111010001110101010100100111010110011111110001111101100001111101100111111 | e8eaa4eb3f8fb0fb3f |
UTF-8 | 蒻る뿤佾줒 | 111010001001001010111011111000111000001010001011111010111011111110100100111001001011110110111110111011001010010010010010 | e892bbe3828bebbfa4e4bdbeeca492 |
UHC | 蒻る뿤佾줒 | 11100101101101101010101011101011100101111010010011101100111010111010001001000010 | e5b6aaeb97a4eceba242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)