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 | ?賁鯱 | 0011111111100110110010101110100111001101 | 3fe6cae9cd |
EUC-JP | 弰賁鯱 | 10001111101111001110110011101100110011001111001011001111 | 8fbcececccf2cf |
UTF-8 | 弰賁鯱 | 111001011011110010110000111010001011001110000001111010011010111110110001 | e5bcb0e8b381e9afb1 |
UHC | ?賁? | 00111111110111011101001100111111 | 3fddd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)