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 | 垣伎∈ | 100010100101111110001010111010101000000110111000 | 8a5f8aea81b8 |
EUC-JP | 垣伎∈ | 101100111100000010110100111011001010001010111010 | b3c0b4eca2ba |
UTF-8 | 垣伎∈ | 111001011001111010100011111001001011110010001110111000101000100010001000 | e59ea3e4bc8ee28888 |
UHC | 垣伎∈ | 111010101010111111010000111010111010000111110100 | eaafd0eba1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)