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 | 淫??陰≪? | 100010001111101000111111001111111000100101000001100000011110000100111111 | 88fa3f3f894181e13f |
EUC-JP | 淫??陰≪? | 101100001111110000111111001111111011000110100010101000101110001100111111 | b0fc3f3fb1a2a2e33f |
UTF-8 | 淫쇱꼫陰≪넆 | 111001101011011110101011111011001000011110110001111010101011110010101011111010011001100110110000111000101000100110101010111010111000010010000110 | e6b7abec87b1eabcabe999b0e289aaeb8486 |
UHC | 淫쇱꼫陰≪넆 | 111010111110001010111100111011001000010010001000111010111110010010100001111011001000011010010110 | ebe2bcec8488ebe4a1ec8696 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)