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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 第?援?汀?^ | 10010001111001100011111110001001100001110011111110010010111100110011111101011110 | 91e63f89873f92f33f5e |
EUC-JP | 第?援?汀?^ | 11000010111010000011111110110001111001110011111111000100111101010011111101011110 | c2e83fb1e73fc4f53f5e |
UTF-8 | 第렟援렟汀렏^ | 11100111101011001010110011101011101000001001111111100110100011111011010011101011101000001001111111100110101100011000000011101011101000001000111101011110 | e7acaceba09fe68fb4eba09fe6b180eba08f5e |
UHC | 第렟援렟汀렏^ | 11110000101011111000111010110000111010101011010110001110101100001110111111100010100011101010010101011110 | f0af8eb0eab58eb0efe28ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)