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 | 潁??松ι? | 100111111111000100111111001111111000111110111100100000111100011100111111 | 9ff13f3f8fbc83c73f |
EUC-JP | 潁??松ι? | 110111101111001100111111001111111011111010111110101001101100100100111111 | def33f3fbebea6c93f |
UTF-8 | 潁뺣쓹松ι윀 | 1110011010111101100000011110101110111010101000111110110010010011101110011110011010011101101111101100111010111001111011001001110010000000 | e6bd81ebbaa3ec93b9e69dbeceb9ec9c80 |
UHC | 潁뺣쓹松ι윀 | 111001111011100010010101111010111001110110010101111000011110011010100101111010011001111110001011 | e7b895eb9d95e1e6a5e99f8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)