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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肢?申? | 100011101000100000111111100100000101110000111111 | 8e883f905c3f |
EUC-JP | 肢?申? | 101110111110100000111111101111111011110100111111 | bbe83fbfbd3f |
UTF-8 | 肢끓申뤋 | 111010001000001010100010111010111000000110010011111001111001010010110011111010111010010010001011 | e882a2eb8193e794b3eba48b |
UHC | 肢끓申뤋 | 1111001010110110101100101111101011100011111010011000111110111011 | f2b6b2fae3e98fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)