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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 信??信??^ | 100100000100110100111111001111111001000001001101001111110011111101011110 | 904d3f3f904d3f3f5e |
EUC-JP | 信??信??^ | 101111111010111000111111001111111011111110101110001111110011111101011110 | bfae3f3fbfae3f3f5e |
UTF-8 | 信뎶듊信뎶듊^ | 11100100101111111010000111101011100011101011011011101011100100111000101011100100101111111010000111101011100011101011011011101011100100111000101001011110 | e4bfa1eb8eb6eb938ae4bfa1eb8eb6eb938a5e |
UHC | 信뎶듊信뎶듊^ | 11100011111000011000100110001001100010101011110111100011111000011000100110001001100010101011110101011110 | e3e189898abde3e189898abd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)