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 | 饒??裔 | 111010010110000000111111001111111110010111100001 | e9603f3fe5e1 |
EUC-JP | 饒??裔 | 111100011100000100111111001111111110101011100011 | f1c13f3feae3 |
UTF-8 | 饒뤺눎裔 | 111010011010010110010010111010111010010010111010111010111000100010001110111010001010001110010100 | e9a592eba4baeb888ee8a394 |
UHC | 饒뤺눎裔 | 1110100110101110100011111110100010000111101010101110011111100000 | e9ae8fe887aae7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)