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 | 邀?蘊純 | 11100111101100010011111111100101010111011000111110000011 | e7b13fe55d8f83 |
EUC-JP | 邀?蘊純 | 11101110101100110011111111101001101111101011110111100011 | eeb33fe9bebde3 |
UTF-8 | 邀쌅蘊純 | 111010011000001010000000111011001000110010000101111010001001100010001010111001111011010010010100 | e98280ec8c85e8988ae7b494 |
UHC | 邀쌅蘊純 | 1110100110101101100110101111100011101000101100111110001011101101 | e9ad9af8e8b3e2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)