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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲湿偲ホシ | 10001110110000111000111010111100100011101100001111001110111100011000111010111100 | 8ec38ebc8ec3cef18ebc |
EUC-JP | 偲湿偲ホ?シ | 1011110011000101101111001011111010111100110001011000111011001110001111111000111010111100 | bcc5bcbebcc58ece3f8ebc |
UTF-8 | 偲湿偲ホシ | 111001011000000110110010111001101011100110111111111001011000000110110010111011111011111010001110111011101000010010001001111011111011110110111100 | e581b2e6b9bfe581b2efbe8eee8489efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)