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 | 瑤??猥θ? | 111010101010001000111111001111111110000011001110100000111100011000111111 | eaa23f3fe0ce83c63f |
EUC-JP | 瑤??猥θ? | 111101001010010000111111001111111110000011010000101001101100100000111111 | f4a43f3fe0d0a6c83f |
UTF-8 | 瑤쒏꼇猥θ눎 | 1110011110010001101001001110110010010010100011111110101010111100100001111110011110001100101001011100111010111000111010111000100010001110 | e791a4ec928feabc87e78ca5ceb8eb888e |
UHC | 瑤쒏꼇猥θ눎 | 111010001111110110011100111001101011001010111011111010001110010110100101111010001000011110101010 | e8fd9ce6b2bbe8e5a5e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)