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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 臓俗臓俗B | 100100011001111110010001101011011001000110011111100100011010110101000010 | 919f91ad919f91ad42 |
EUC-JP | 臓俗臓俗B | 110000101010000111000010101011111100001010100001110000101010111101000010 | c2a1c2afc2a1c2af42 |
UTF-8 | 臓俗臓俗B | 11101000100001111001001111100100101111111001011111101000100001111001001111100100101111111001011101000010 | e88793e4bf97e88793e4bf9742 |
UHC | ?俗?俗B | 00111111111000011101010000111111111000011101010001000010 | 3fe1d43fe1d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)