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 | 湖?偕?駿 | 1000110011001110001111111001100011110001001111111000111101111000 | 8cce3f98f13f8f78 |
EUC-JP | 湖?偕?駿 | 1011100011010000001111111101000011110011001111111011110111011001 | b8d03fd0f33fbdd9 |
UTF-8 | 湖렭偕렱駿 | 111001101011100110010110111010111010000010101101111001011000000110010101111010111010000010110001111010011010011110111111 | e6b996eba0ade58195eba0b1e9a7bf |
UHC | 湖렭偕렱駿 | 11111011110010011000111010111010111110101010010110001110101111101111000111100111 | fbc98ebafaa58ebef1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)