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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 栓???圓 | 10010000111100000011111100111111001111111001101010100010 | 90f03f3f3f9aa2 |
EUC-JP | 栓?栯?圓 | 110000001111001000111111100011111100001111010010001111111101010010100100 | c0f23f8fc3d23fd4a4 |
UTF-8 | 栓렫栯렩圓 | 111001101010000010010011111010111010000010101011111001101010000010101111111010111010000010101001111001011001110010010011 | e6a093eba0abe6a0afeba0a9e59c93 |
UHC | 栓렫栯렩圓 | 11101110111110111000111010111001111010011111000110001110101101111110101010101101 | eefb8eb9e9f18eb7eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)