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 | 髮取覧蛹夂ャ | 1110100110011011100011101110011010010111100101111110010110001100100110101110011110101100 | e99b8ee69797e58c9ae7ac |
EUC-JP | 髮取覧蛹夂ャ | 111100011111101110111100111010001100110111110111111010011110110011010100111010011000111010101100 | f1fbbce8cdf7e9ecd4e98eac |
UTF-8 | 髮取覧蛹夂ャ | 111010011010101110101110111001011000111110010110111010001010011010100111111010001001101110111001111001011010010010000010111011111011110110101100 | e9abaee58f96e8a6a7e89bb9e5a482efbdac |
UHC | 髮取???? | 1101101110100101111101101010001000111111001111110011111100111111 | dba5f6a23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)