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 | シナ痔柴嫉邪 | 10111100110001011000111010100100100011101100010010001110101110011000111011010111 | bcc58ea48ec48eb98ed7 |
EUC-JP | シナ痔柴嫉邪 | 100011101011110010001110110001011011110010100110101111001100011010111100101110111011110011011001 | 8ebc8ec5bca6bcc6bcbbbcd9 |
UTF-8 | シナ痔柴嫉邪 | 111011111011110110111100111011111011111010000101111001111001011110010100111001101001111110110100111001011010101110001001111010011000001010101010 | efbdbcefbe85e79794e69fb4e5ab89e982aa |
UHC | ??痔柴嫉邪 | 00111111001111111111011011000000111000111100001111110010111011001101111011110111 | 3f3ff6c0e3c3f2ecdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)