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 | 瓠??缸? | 11100001010000000011111100111111111000111001110100111111 | e1403f3fe39d3f |
EUC-JP | 瓠??缸? | 11100001101000010011111100111111111001011111110100111111 | e1a13f3fe5fd3f |
UTF-8 | 瓠ㅴ갖缸렟 | 111001111001001110100000111000111000010110110100111010101011000010010110111001111011110010111000111010111010000010011111 | e793a0e385b4eab096e7bcb8eba09f |
UHC | 瓠ㅴ갖缸렟 | 11111011110100101010010011100100101100001010111011111001111111001000111010110000 | fbd2a4e4b0aef9fc8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)