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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 잙샯뻡}잙샯뻡{^ | 111011001001111010011001111011001000001110101111111010111011101110100001011111011110110010011110100110011110110010000011101011111110101110111011101000010111101101011110 | ec9e99ec83afebbba17dec9e99ec83afebbba17b5e |
UHC | 잙샯뻡}잙샯뻡{^ | 100111111110101110011000110100111001011001101010011111011001111111101011100110001101001110010110011010100111101101011110 | 9feb98d3966a7d9feb98d3966a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)