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 | 梧??恂?? | 1000110011100110001111110011111110011100100101100011111100111111 | 8ce63f3f9c963f3f |
EUC-JP | 梧??恂?? | 1011100011101000001111110011111111010111111101100011111100111111 | b8e83f3fd7f63f3f |
UTF-8 | 梧잍뇛恂띌춢 | 111001101010001010100111111011001001111010001101111010111000011110011011111001101000000110000010111010111001110110001100111011001011011010100010 | e6a2a7ec9e8deb879be68182eb9d8cecb6a2 |
UHC | 梧잍뇛恂띌춢 | 111001111111110010011111111001101000011110000110111000101110000110110110111010011010110110000011 | e7fc9fe68786e2e1b6e9ad83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)