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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湘ラヘ | 10001111110000111101011111001101 | 8fc3d7cd |
EUC-JP | 湘ラヘ | 101111101100010110001110110101111000111011001101 | bec58ed78ecd |
UTF-8 | 湘ラヘ | 111001101011100110011000111011111011111010010111111011111011111010001101 | e6b998efbe97efbe8d |
UHC | 湘?? | 11011111110011110011111100111111 | dfcf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)