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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 歪??耀 | 100110000110001100111111001111111001011101110011 | 98633f3f9773 |
EUC-JP | 歪??耀 | 110011111100010000111111001111111100110111010100 | cfc43f3fcdd4 |
UTF-8 | 歪뫄씫耀 | 111001101010110110101010111010111010101110000100111011001001010010101011111010001000000010000000 | e6adaaebab84ec94abe88080 |
UHC | 歪뫄씫耀 | 1110100011100000101110001111101010011101101111011110100110100101 | e8e0b8fa9dbde9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)