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 | 逶幄伽 | 111001111001101110011011111010001000100110111110 | e79b9be889be |
EUC-JP | 逶幄伽 | 111011011111101111010110111010101011001011000000 | edfbd6eab2c0 |
UTF-8 | 逶幄伽 | 111010011000000010110110111001011011100110000100111001001011110010111101 | e980b6e5b984e4bcbd |
UHC | ?幄伽 | 0011111111100100110000011100101010100001 | 3fe4c1caa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)