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 | 甑?煜??? | 1000110110011001001111111111101101010101001111110011111100111111 | 8d993ffb553f3f3f |
EUC-JP | 甑?煜??? | 101110011111100100111111100011111100100111111100001111110011111100111111 | b9f93f8fc9fc3f3f3f |
UTF-8 | 甑렋煜숄렰렊 | 111001111001010010010001111010111010000010001011111001111000010110011100111011001000100010000100111010111010000010110000111010111010000010001010 | e79491eba08be7859cec8884eba0b0eba08a |
UHC | 甑렋煜숄렰렊 | 111100011111011110001110101000101110100111110010101111001111000110001110101111011000111010100001 | f1f78ea2e9f2bcf18ebd8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)