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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 卒辿x | 1001000110110010100100100100100001111000 | 91b2924878 |
EUC-JP | 卒辿x | 1100001010110100110000111010100101111000 | c2b4c3a978 |
UTF-8 | 卒辿x | 11100101100011011001001011101000101111101011111101111000 | e58d92e8bebf78 |
UHC | 卒?x | 11110000111011110011111101111000 | f0ef3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)