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 | 閼ッ諱ー隕疑 | 11101000100001001010111111100110100000011011000011101000101001101000101101011110 | e884afe681b0e8a68b5e |
EUC-JP | 閼ッ諱ー隕疑 | 111011111110010010001110101011111110101111100001100011101011000011110000101010001011010110111111 | efe48eafebe18eb0f0a8b5bf |
UTF-8 | 閼ッ諱ー隕疑 | 111010011001011010111100111011111011110110101111111010001010101110110001111011111011110110110000111010011001101010010101111001111001011010010001 | e996bcefbdafe8abb1efbdb0e99a95e79691 |
UHC | 閼?諱?隕疑 | 11100100110110010011111111111101110010010011111111101010101000101110101111110111 | e4d93ffdc93feaa2ebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)