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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 袱仙拍蹊 | 1110010111011110100100001110010110010100100011111110011011111100 | e5de90e5948fe6fc |
EUC-JP | 袱仙拍蹊 | 1110101011100000110000001110011111000111111011111110110011111110 | eae0c0e7c7efecfe |
UTF-8 | 袱仙拍蹊 | 111010001010001010110001111001001011101110011001111001101000101110001101111010001011100110001010 | e8a2b1e4bb99e68b8de8b98a |
UHC | ?仙拍蹊 | 00111111111000001011100111011010110100001111101110110111 | 3fe0b9dad0fbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)