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 | 貅川椚竏 | 1110011010111010100100001110110010011110101011011110001010001000 | e6ba90ec9eade288 |
EUC-JP | 貅川椚竏 | 1110110010111100110000001110111011011100101011111110001111101000 | ecbcc0eedcafe3e8 |
UTF-8 | 貅川椚竏 | 111010001011001010000101111001011011011110011101111001101010010010011010111001111010101110001111 | e8b285e5b79de6a49ae7ab8f |
UHC | ?川?? | 0011111111110100101110010011111100111111 | 3ff4b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)