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 | 霽?蹄 | 1110100011000111001111111001001011111011 | e8c73f92fb |
EUC-JP | 霽?蹄 | 1111000011001001001111111100010011111101 | f0c93fc4fd |
UTF-8 | 霽렱蹄 | 111010011001110010111101111010111010000010110001111010001011100110000100 | e99cbdeba0b1e8b984 |
UHC | 霽렱蹄 | 111100001011100010001110101111101111000010110100 | f0b88ebef0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)