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 | 将繽「?讓ツ | 100011111010101111100011100011111010001000111111111001101010100011000010 | 8fabe38fa23fe6a8c2 |
EUC-JP | 将繽「譒讓ツ | 10111110101011011110010111101111100011101010001010001111110111101100101011101100101010101000111011000010 | beade5ef8ea28fdecaecaa8ec2 |
UTF-8 | 将繽「譒讓ツ | 111001011011000010000110111001111011100110111101111011111011110110100010111010001010110110010010111010001010111010010011111011111011111010000010 | e5b086e7b9bdefbda2e8ad92e8ae93efbe82 |
UHC | ????讓? | 00111111001111110011111100111111111001011101001100111111 | 3f3f3f3fe5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)