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 | 邉「遽梧 | 11100111101100111010001011100111101011111000110011100110 | e7b3a2e7af8ce6 |
EUC-JP | 邉「遽梧 | 1110111010110101100011101010001011101110101100011011100011101000 | eeb58ea2eeb1b8e8 |
UTF-8 | 邉「遽梧 | 111010011000001010001001111011111011110110100010111010011000000110111101111001101010001010100111 | e98289efbda2e981bde6a2a7 |
UHC | ??遽梧 | 001111110011111111001011111010001110011111111100 | 3f3fcbe8e7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)