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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 鼇????] | 11101010100001110011111100111111001111110011111101011101 | ea873f3f3f3f5d |
EUC-JP | 鼇????] | 11110011111001110011111100111111001111110011111101011101 | f3e73f3f3f3f5d |
UTF-8 | 鼇믢폒兩쟒] | 11101001101111001000011111101011101011111010001011101101100011111001001011101111101001011011100011101100100111111001001001011101 | e9bc87ebafa2ed8f92efa5b8ec9f925d |
UHC | 鼇믢폒兩쟒] | 1110100010101000100100101110010010111100100111001110010110111011101000000101000101011101 | e8a892e4bc9ce5bba0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)