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 | 帝?迅? | 100100101110100100111111100100000111011000111111 | 92e93f90763f |
EUC-JP | 帝?迅? | 110001001110101100111111101111111101011100111111 | c4eb3fbfd73f |
UTF-8 | 帝렡迅렑 | 111001011011100010011101111010111010000010100001111010001011111110000101111010111010000010010001 | e5b89deba0a1e8bf85eba091 |
UHC | 帝렡迅렑 | 1111000010101000100011101011001011100011111101101000111010100110 | f0a88eb2e3f68ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)