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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???腎? | 001111110011111100111111100100000111010000111111 | 3f3f3f90743f |
EUC-JP | ???腎? | 001111110011111100111111101111111101010100111111 | 3f3f3fbfd53f |
UTF-8 | 쒔롋뤎腎췇 | 111011001001001010010100111010111010000110001011111010111010010010001110111010001000010110001110111011001011011110000111 | ec9294eba18beba48ee8858eecb787 |
UHC | 쒔롋뤎腎췇 | 10111110101011011000111011010001100011111011111011100011111011001010111001000010 | bead8ed18fbee3ecae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)