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 | 絲り或 | 111000110100111010000010111010001000100010111101 | e34e82e888bd |
EUC-JP | 絲り或 | 111001011010111110100100111010101011000010111111 | e5afa4eab0bf |
UTF-8 | 絲り或 | 111001111011010110110010111000111000001010001010111001101000100010010110 | e7b5b2e3828ae68896 |
UHC | 絲り或 | 110111101110101010101010111010101111101111100100 | deeaaaeafbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)