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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弔?伊逗?? | 100100101010001000111111100010001100100110010000100000000011111100111111 | 92a23f88c990803f3f |
EUC-JP | 弔?伊逗?? | 110001001010010000111111101100001100101110111111111000000011111100111111 | c4a43fb0cbbfe03f3f |
UTF-8 | 弔렲伊逗렩렊 | 111001011011110010010100111010111010000010110010111001001011110010001010111010011000000010010111111010111010000010101001111010111010000010001010 | e5bc94eba0b2e4bc8ae98097eba0a9eba08a |
UHC | 弔렲伊逗렩렊 | 111100001100000010001110101111111110110010100101110101001110100010001110101101111000111010100001 | f0c08ebfeca5d4e88eb78ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)