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 | 譛手◆ | 111001101001110010001110111010001000000110011111 | e69c8ee8819f |
EUC-JP | 譛手◆ | 111010111111110010111100111010101010001010100001 | ebfcbceaa2a1 |
UTF-8 | 譛手◆ | 111010001010110110011011111001101000100110001011111000101001011110000110 | e8ad9be6898be29786 |
UHC | ?手◆ | 0011111111100010101000101010000111011111 | 3fe2a2a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)