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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??溢ゆ? | 111000101010001100111111001111111000100011101100100000101110010000111111 | e2a33f3f88ec82e43f |
EUC-JP | 筌??溢ゆ? | 111001001010010100111111001111111011000011101110101001001110011000111111 | e4a53f3fb0eea4e63f |
UTF-8 | 筌믪럥溢ゆ꽴 | 111001111010110110001100111010111010111110101010111010111001111110100101111001101011101010100010111000111000001010000110111010101011110110110100 | e7ad8cebafaaeb9fa5e6baa2e38286eabdb4 |
UHC | 筌믪럥溢ゆ꽴 | 111011111010011110010010111011001000111010001000111011001110111010101010111001101000010010111111 | efa792ec8e88eceeaae684bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)