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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霽?鍵?舵 | 1110100011000111001111111000110010101110001111111001000111000111 | e8c73f8cae3f91c7 |
EUC-JP | 霽杻鍵?舵 | 11110000110010011000111111000011101001101011100010110000001111111100001011001001 | f0c98fc3a6b8b03fc2c9 |
UTF-8 | 霽杻鍵뤈舵 | 111010011001110010111101111001101001110110111011111010011000110110110101111010111010010010001000111010001000100010110101 | e99cbde69dbbe98db5eba488e888b5 |
UHC | 霽杻鍵뤈舵 | 11110000101110001101001011101110110010111111010110001111101110001111011011101100 | f0b8d2eecbf58fb8f6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)