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 | 雫遙シ | 11110010101011011000111010110100111010101010000110111100 | f2ad8eb4eaa1bc |
EUC-JP | ?雫遙シ | 00111111101111001011011011110100101000111000111010111100 | 3fbcb6f4a38ebc |
UTF-8 | 雫遙シ | 111011101000011110100100111010011001101110101011111010011000000110011001111011111011110110111100 | ee87a4e99babe98199efbdbc |
UHC | ??遙? | 0011111100111111111010011010101100111111 | 3f3fe9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)