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 | 湖??? | 1000110011001110001111110011111100111111 | 8cce3f3f3f |
EUC-JP | 湖?澔? | 10111000110100000011111110001111110010001110110000111111 | b8d03f8fc8ec3f |
UTF-8 | 湖렭澔렒 | 111001101011100110010110111010111010000010101101111001101011111010010100111010111010000010010010 | e6b996eba0ade6be94eba092 |
UHC | 湖렭澔렒 | 1111101111001001100011101011101011111011110010111000111010100111 | fbc98ebafbcb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)