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 | 鬘乗㊥萓ョ邊 | 1110100110100001100011111110011010000111100001101110010010111110101011101110011110110010 | e9a18fe68786e4beaee7b2 |
EUC-JP | 鬘乗?萓ョ邊 | 1111001010100011101111101110100000111111111010001100000010001110101011101110111010110100 | f2a3bee83fe8c08eaeeeb4 |
UTF-8 | 鬘乗㊥萓ョ邊 | 111010011010110010011000111001001011100110010111111000111000101010100101111010001001000010010011111011111011110110101110111010011000001010001010 | e9ac98e4b997e38aa5e89093efbdaee9828a |
UHC | ?????邊 | 00111111001111110011111100111111001111111101110010101011 | 3f3f3f3f3fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)