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 | ???薪?崇 | 0011111100111111001111111001000001100100001111111001000010010010 | 3f3f3f90643f9092 |
EUC-JP | ???薪?崇 | 0011111100111111001111111011111111000101001111111011111111110010 | 3f3f3fbfc53fbff2 |
UTF-8 | 쒀렋쒔薪렕崇 | 111011001001001010000000111010111010000010001011111011001001001010010100111010001001011010101010111010111010000010010101111001011011010010000111 | ec9280eba08bec9294e896aaeba095e5b487 |
UHC | 쒀렋쒔薪렕崇 | 101111101010110010001110101000101011111010101101111000111110111110001110101010101110001011111101 | beac8ea2beade3ef8eaae2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)