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 | 霽?址 | 1110100011000111001111111001101010101100 | e8c73f9aac |
EUC-JP | 霽?址 | 1111000011001001001111111101010010101110 | f0c93fd4ae |
UTF-8 | 霽렱址 | 111010011001110010111101111010111010000010110001111001011001110110000000 | e99cbdeba0b1e59d80 |
UHC | 霽렱址 | 111100001011100010001110101111101111001010100011 | f0b88ebef2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)