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 | 遠皎?企? | 1000100110010011111000011010011100111111100010101110100100111111 | 8993e1a73f8ae93f |
EUC-JP | 遠皎?企? | 1011000111110011111000101010100100111111101101001110101100111111 | b1f3e2a93fb4eb3f |
UTF-8 | 遠皎렊企쏢 | 111010011000000110100000111001111001101010001110111010111010000010001010111001001011110010000001111011001000111110100010 | e981a0e79a8eeba08ae4bc81ec8fa2 |
UHC | 遠皎렊企쏢 | 11101010110000001100111011101011100011101010000111010000111010101011110111110011 | eac0ceeb8ea1d0eabdf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)