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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咫哭俾陽 | 1001101001000000100110100100110010011000111010101001011101111010 | 9a409a4c98ea977a |
EUC-JP | 咫哭俾陽 | 1101001110100001110100111010110111010000111011001100110111011011 | d3a1d3add0eccddb |
UTF-8 | 咫哭俾陽 | 111001011001001010101011111001011001001110101101111001001011111110111110111010011001100110111101 | e592abe593ade4bfbee999bd |
UHC | 咫哭?陽 | 11110010101000011100110111010110001111111110010111010101 | f2a1cdd63fe5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)