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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 饒?}饒?{^ | 111010010110000000111111011111011110100101100000001111110111101101011110 | e9603f7de9603f7b5e |
EUC-JP | 饒?}饒?{^ | 111100011100000100111111011111011111000111000001001111110111101101011110 | f1c13f7df1c13f7b5e |
UTF-8 | 饒퉚}饒퉚{^ | 111010011010010110010010111011011000100110011010011111011110100110100101100100101110110110001001100110100111101101011110 | e9a592ed899a7de9a592ed899a7b5e |
UHC | 饒퉚}饒퉚{^ | 1110100110101110101110010110111001111101111010011010111010111001011011100111101101011110 | e9aeb96e7de9aeb96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)