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 | 篌碁オ | 1110001010111010100011001110100110110101 | e2ba8ce9b5 |
EUC-JP | 篌碁オ | 111001001011110010111000111010111000111010110101 | e4bcb8eb8eb5 |
UTF-8 | 篌碁オ | 111001111010111110001100111001111010001010000001111011111011110110110101 | e7af8ce7a281efbdb5 |
UHC | ?碁? | 00111111110100011011001100111111 | 3fd1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)