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 | ?蚤田 | 0011111110010100011000011001001101100011 | 3f94619363 |
EUC-JP | ?蚤田 | 0011111111000111110000101100010111000100 | 3fc7c2c5c4 |
UTF-8 | 롘蚤田 | 111010111010000110011000111010001001101010100100111001111001010010110000 | eba198e89aa4e794b0 |
UHC | 롘蚤田 | 100011101101110011110000110111101110111110100011 | 8edcf0deefa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)