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 | 鞨ゆク艦棏 | 111010001110000010000010111001001011100010001010110011011111101011100111 | e8e082e4b88acdfae7 |
EUC-JP | 鞨ゆク艦棏 | 1111000011100010101001001110011010001110101110001011010011001111100011111100001111111110 | f0e2a4e68eb8b4cf8fc3fe |
UTF-8 | 鞨ゆク艦棏 | 111010011001111010101000111000111000001010000110111011111011110110111000111010001000100110100110111001101010001110001111 | e99ea8e38286efbdb8e889a6e6a38f |
UHC | 鞨ゆ?艦? | 1100101011101010101010101110011000111111111110011110011000111111 | caeaaae63ff9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)