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 | 踉樒y踉樒綾 | 111001101111001010011110111001111000001010011001111001101111001010011110111001111000100010111011 | e6f29ee78299e6f29ee788bb |
EUC-JP | 踉樒y踉樒綾 | 111011001111010011011100111010011010001111111001111011001111010011011100111010011011000010111101 | ecf4dce9a3f9ecf4dce9b0bd |
UTF-8 | 踉樒y踉樒綾 | 111010001011100010001001111001101010100010010010111011111011110110011001111010001011100010001001111001101010100010010010111001111011011010111110 | e8b889e6a892efbd99e8b889e6a892e7b6be |
UHC | ??y??綾 | 0011111100111111101000111111100100111111001111111101011111010011 | 3f3fa3f93f3fd7d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)