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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?西閃 | 0011111110010000101111001001000101001101 | 3f90bc914d |
EUC-JP | 詵西閃 | 10001111110111011110011111000000101111101100000110101110 | 8fdde7c0bec1ae |
UTF-8 | 詵西閃 | 111010001010100110110101111010001010010110111111111010011001011010000011 | e8a9b5e8a5bfe99683 |
UHC | 詵西閃 | 111000001101001011100000101001001110000011101100 | e0d2e0a4e0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)