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 | 彫?渟?闇 | 1001001010100100001111111001111111011001001111111000100011000101 | 92a43f9fd93f88c5 |
EUC-JP | 彫?渟?闇 | 1100010010100110001111111101111011011011001111111011000011000111 | c4a63fdedb3fb0c7 |
UTF-8 | 彫렣渟렖闇 | 111001011011110110101011111010111010000010100011111001101011100010011111111010111010000010010110111010011001011110000111 | e5bdabeba0a3e6b89feba096e99787 |
UHC | 彫렣渟렖闇 | 11110000110000011000111010110100111011111110010110001110101010111110010011100001 | f0c18eb4efe58eabe4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)