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 | 兆?樟企? | 1001001010011011001111111000111110111110100010101110100100111111 | 929b3f8fbe8ae93f |
EUC-JP | 兆?樟企? | 1100001111111011001111111011111011000000101101001110101100111111 | c3fb3fbec0b4eb3f |
UTF-8 | 兆렗樟企렠 | 111001011000010110000110111010111010000010010111111001101010100010011111111001001011110010000001111010111010000010100000 | e58586eba097e6a89fe4bc81eba0a0 |
UHC | 兆렗樟企렠 | 11110000101111001000111010101100111011011110100111010000111010101000111010110001 | f0bc8eacede9d0ea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)