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 | 闊底オ | 1110100010001000100100101110101010110101 | e88892eab5 |
EUC-JP | 闊底オ | 111011111110100011000100111011001000111010110101 | efe8c4ec8eb5 |
UTF-8 | 闊底オ | 111010011001011110001010111001011011101010010101111011111011110110110101 | e9978ae5ba95efbdb5 |
UHC | 闊底? | 1111110011000100111011101011110000111111 | fcc4eebc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)