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 | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 陽咤穩x | 10010111011110101001101001000010111000100111001001111000 | 977a9a42e27278 |
EUC-JP | 陽咤穩x | 11001101110110111101001110100011111000111101001101111000 | cddbd3a3e3d378 |
UTF-8 | 陽咤穩x | 11101001100110011011110111100101100100101010010011100111101010011010100101111000 | e999bde592a4e7a9a978 |
UHC | 陽咤穩x | 11100101110101011111011011100011111010001011000101111000 | e5d5f6e3e8b178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)