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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎ー蟄俶酪 | 111010001011111010110000111001011010110110011000111001101001011110001111 | e8beb0e5ad98e6978f |
EUC-JP | 霎ー蟄俶酪 | 11110000110000001000111010110000111010101010111111010000111010001100110111101111 | f0c08eb0eaafd0e8cdef |
UTF-8 | 霎ー蟄俶酪 | 111010011001110010001110111011111011110110110000111010001001111110000100111001001011111110110110111010011000010110101010 | e99c8eefbdb0e89f84e4bfb6e985aa |
UHC | ??蟄?酪 | 00111111001111111111011011011110001111111101010110101100 | 3f3ff6de3fd5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)