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 | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
EUC-JP | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
UTF-8 | 셔섹P셔롈렽 | 11101100100001011001010011101100100001001011100101010000111011001000010110010100111010111010000110001000111010111010000010111101 | ec8594ec84b950ec8594eba188eba0bd |
UHC | 셔섹P셔롈렽 | 1011110011000101101111001011110101010000101111001100010110001110110011101000111011000101 | bcc5bcbd50bcc58ece8ec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)