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 | 湘タユ | 100011111100001111111001111110111100000011010101 | 8fc3f9fbc0d5 |
EUC-JP | 湘?タユ | 10111110110001010011111110001110110000001000111011010101 | bec53f8ec08ed5 |
UTF-8 | 湘タユ | 111001101011100110011000111011101001110110010110111011111011111010000000111011111011111010010101 | e6b998ee9d96efbe80efbe95 |
UHC | 湘??? | 1101111111001111001111110011111100111111 | dfcf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)