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 | ?痂夭? | 001111111110000101101111100110101110111000111111 | 3fe16f9aee3f |
EUC-JP | ?痂夭? | 001111111110000111010000110101001111000000111111 | 3fe1d0d4f03f |
UTF-8 | 뤚痂夭걍 | 111010111010010010011010111001111001011110000010111001011010010010101101111010101011000110001101 | eba49ae79782e5a4adeab18d |
UHC | 뤚痂夭걍 | 1000111111001001110010101011001011101000111011001011000011000001 | 8fc9cab2e8ecb0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)