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 | 逡??亘?裸 | 111001111001010100111111001111111001100001101010001111111001011110000111 | e7953f3f986a3f9787 |
EUC-JP | 逡??亘?裸 | 111011011111010100111111001111111100111111001011001111111100110111100111 | edf53f3fcfcb3fcde7 |
UTF-8 | 逡陋렊亘렱裸 | 111010011000000010100001111011111010010110010001111010111010000010001010111001001011101010011000111010111010000010110001111010001010001110111000 | e980a1efa591eba08ae4ba98eba0b1e8a3b8 |
UHC | 逡陋렊亘렱裸 | 111100011110010011010010111010111000111010100001110100001110011010001110101111101101010110100011 | f1e4d2eb8ea1d0e68ebed5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)