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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?邵縟? | 001111111110011110111000111000110111010000111111 | 3fe7b8e3743f |
EUC-JP | ?邵縟? | 001111111110111010111010111001011101010100111111 | 3feebae5d53f |
UTF-8 | 뾸邵縟뾸 | 111010111011111010111000111010011000001010110101111001111011100010011111111010111011111010111000 | ebbeb8e982b5e7b89febbeb8 |
UHC | 뾸邵縟뾸 | 1001011101111010111000011101000011101001101100101001011101111010 | 977ae1d0e9b2977a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)