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 | ??い節?? | 0011111100111111100000101010001010010000110111110011111100111111 | 3f3f82a290df3f3f |
EUC-JP | ??い節?? | 0011111100111111101001001010010011000000111000010011111100111111 | 3f3fa4a4c0e13f3f |
UTF-8 | 筽귟い節ㅿ슛 | 111001111010110110111101111010101011011110011111111000111000000110000100111001111010111110000000111000111000010110111111111011001000101010011011 | e7adbdeab79fe38184e7af80e385bfec8a9b |
UHC | 筽귟い節ㅿ슛 | 111010001010010010000010111010001010101010100100111011111011110110100100111011111011110110111000 | e8a482e8aaa4efbda4efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)