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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 앣떇룍}앣떇룍{^ | 111011001001010110100011111010111001011010000111111010111010001110001101011111011110110010010101101000111110101110010110100001111110101110100011100011010111101101011110 | ec95a3eb9687eba38d7dec95a3eb9687eba38d7b5e |
UHC | 앣떇룍}앣떇룍{^ | 100111011101110110001011100111011000111110001011011111011001110111011101100010111001110110001111100010110111101101011110 | 9ddd8b9d8f8b7d9ddd8b9d8f8b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)