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 | 爼猴痙 | 111000001010101011100000110010111110000101111010 | e0aae0cbe17a |
EUC-JP | 爼猴痙 | 111000001010110011100000110011011110000111011011 | e0ace0cde1db |
UTF-8 | 爼猴痙 | 111001111000100010111100111001111000110010110100111001111001011110011001 | e788bce78cb4e79799 |
UHC | ??痙 | 00111111001111111100110011100010 | 3f3fcce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)