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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齊朴?? | 111010101000111010010110011100000011111100111111 | ea8e96703f3f |
EUC-JP | 齊朴?? | 111100111110111011001011110100010011111100111111 | f3eecbd13f3f |
UTF-8 | 齊朴대렜 | 111010011011110110001010111001101001110010110100111010111000110010000000111010111010000010011100 | e9bd8ae69cb4eb8c80eba09c |
UHC | 齊朴대렜 | 1111000010111010110110101101001110110100111010111000111010101110 | f0badad3b4eb8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)