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 | 臓続贈俗 | 1001000110011111100100011011000110010001101000011001000110101101 | 919f91b191a191ad |
EUC-JP | 臓続贈俗 | 1100001010100001110000101011001111000010101000111100001010101111 | c2a1c2b3c2a3c2af |
UTF-8 | 臓続贈俗 | 111010001000011110010011111001111011011010011010111010001011010010001000111001001011111110010111 | e88793e7b69ae8b488e4bf97 |
UHC | ??贈俗 | 001111110011111111110001111111001110000111010100 | 3f3ff1fce1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)