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 | 在?蔭龍 | 10001101110111010011111110001000111111001001011110110100 | 8ddd3f88fc97b4 |
EUC-JP | 在?蔭龍 | 10111010110111110011111110110000111111101100111010110110 | badf3fb0feceb6 |
UTF-8 | 在렔蔭龍 | 111001011001110010101000111010111010000010010100111010001001010010101101111010011011111010001101 | e59ca8eba094e894ade9be8d |
UHC | 在렔蔭龍 | 1110111010100100100011101010100111101011111000111101011110100011 | eea48ea9ebe3d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)