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 | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | 偲痔W篠 | 10001110110000111000111010100100010101111000111011000010 | 8ec38ea4578ec2 |
EUC-JP | 偲痔W篠 | 10111100110001011011110010100110010101111011110011000100 | bcc5bca657bcc4 |
UTF-8 | 偲痔W篠 | 11100101100000011011001011100111100101111001010001010111111001111010111110100000 | e581b2e7979457e7afa0 |
UHC | ?痔W篠 | 001111111111011011000000010101111110000111000110 | 3ff6c057e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)