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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 漱??V | 1001111111111001001111110011111101010110 | 9ff93f3f56 |
EUC-JP | 漱??V | 1101111011111011001111110011111101010110 | defb3f3f56 |
UTF-8 | 漱땱둤V | 11100110101111001011000111101011100101011011000111101011100100011010010001010110 | e6bcb1eb95b1eb91a456 |
UHC | 漱땱둤V | 11100010101010111000101110000111100010100101100101010110 | e2ab8b878a5956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)