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 | ??あ? | 0011111100111111100000101010000000111111 | 3f3f82a03f |
EUC-JP | ??あ? | 0011111100111111101001001010001000111111 | 3f3fa4a23f |
UTF-8 | 룵핊あ룶 | 111010111010001110110101111011011001010110001010111000111000000110000010111010111010001110110110 | eba3b5ed958ae38182eba3b6 |
UHC | 룵핊あ룶 | 1000111110101010110000001000111110101010101000101000111110101011 | 8faac08faaa28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)