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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????德 | 0011111100111111001111110011111100111111001111111111101010111010 | 3f3f3f3f3f3ffaba |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 야롎롅롙뤗죳德 | 111011001001010110111100111010111010000110001110111010111010000110000101111010111010000110011001111010111010010010010111111011001010001110110011111001011011111010110111 | ec95bceba18eeba185eba199eba497eca3b3e5beb7 |
UHC | 야롎롅롙뤗죳德 | 1011111011011111100011101101010010001110110010111000111011011101100011111100011110100001100011101101001111101100 | bedf8ed48ecb8edd8fc7a18ed3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)