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 | 錵視芥諞牙偽 | 111010000100010110001110100010111000101001001000111001101000011010001001111001011000101101010101 | e8458e8b8a48e68689e58b55 |
EUC-JP | 錵視芥諞牙偽 | 111011111010011010111011111010111011001110101001111010111110011010110010111001111011010110110110 | efa6bbebb3a9ebe6b2e7b5b6 |
UTF-8 | 錵視芥諞牙偽 | 111010011000110010110101111010001010011010010110111010001000101010100101111010001010101110011110111001111000100110011001111001011000000110111101 | e98cb5e8a696e88aa5e8ab9ee78999e581bd |
UHC | ?視芥?牙? | 001111111110001111001010110010111100111000111111111001001011001100111111 | 3fe3cacbce3fe4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)