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 | 鈹汐鴆磁 | 1111101111001010100011101010110011101001111011111000111010100101 | fbca8eace9ef8ea5 |
EUC-JP | 鈹汐鴆磁 | 100011111110001111010100101111001010111011110010111100011011110010100111 | 8fe3d4bcaef2f1bca7 |
UTF-8 | 鈹汐鴆磁 | 111010011000100010111001111001101011000110010000111010011011010010000110111001111010001110000001 | e988b9e6b190e9b486e7a381 |
UHC | ?汐?磁 | 001111111110000010110001001111111110110110111000 | 3fe0b13fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)