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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 煆疾鉑ン」 | 1111101101010110100011101011111011111011110010011101110110100011 | fb568ebefbc9dda3 |
EUC-JP | 煆疾鉑ン」 | 100011111100100111110100101111001100000010001111111000111110000110001110110111011000111010100011 | 8fc9f4bcc08fe3e18edd8ea3 |
UTF-8 | 煆疾鉑ン」 | 111001111000010110000110111001111001011010111110111010011000100110010001111011111011111010011101111011111011110110100011 | e78586e796bee98991efbe9defbda3 |
UHC | ?疾??? | 001111111111001011110000001111110011111100111111 | 3ff2f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)