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 | 穩レ?游 | 11100010011100101000001110001100001111111001111111100000 | e272838c3f9fe0 |
EUC-JP | 穩レ?游 | 11100011110100111010010111101100001111111101111011100010 | e3d3a5ec3fdee2 |
UTF-8 | 穩レ옃游 | 111001111010100110101001111000111000001110101100111011001001100010000011111001101011100010111000 | e7a9a9e383acec9883e6b8b8 |
UHC | 穩レ옃游 | 1110100010110001101010111110110010011110100011111110101011111101 | e8b1abec9e8feafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)