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 | 垓?第? | 100110101011010000111111100100011110011000111111 | 9ab43f91e63f |
EUC-JP | 垓?第? | 110101001011011000111111110000101110100000111111 | d4b63fc2e83f |
UTF-8 | 垓렡第렠 | 111001011001111010010011111010111010000010100001111001111010110010101100111010111010000010100000 | e59e93eba0a1e7acaceba0a0 |
UHC | 垓렡第렠 | 1111101010100111100011101011001011110000101011111000111010110001 | faa78eb2f0af8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)