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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??o | 00111111001111111000001010001111 | 3f3f828f |
EUC-JP | ??o | 00111111001111111010001111101111 | 3f3fa3ef |
UTF-8 | 뤝깰o | 111010111010010010011101111010101011100110110000111011111011110110001111 | eba49deab9b0efbd8f |
UHC | 뤝깰o | 100011111100110010110001111111011010001111101111 | 8fccb1fda3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)