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 | 瑤?┫節ワ? | 11101010101000100011111110000100101100101001000011011111100000111000111100111111 | eaa23f84b290df838f3f |
EUC-JP | 瑤?┫節ワ? | 11110100101001000011111110101000101101001100000011100001101001011110111100111111 | f4a43fa8b4c0e1a5ef3f |
UTF-8 | 瑤뗩┫節ワ쉭 | 111001111001000110100100111010111001011110101001111000101001010010101011111001111010111110000000111000111000001110101111111011001000100110101101 | e791a4eb97a9e294abe7af80e383afec89ad |
UHC | 瑤뗩┫節ワ쉭 | 111010001111110110001011111010011010011010110100111011111011110110101011111011111011110110101101 | e8fd8be9a6b4efbdabefbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)