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 | 譽哦譽啌 | 1110011010100011100110100100011111100110101000111001101001010010 | e6a39a47e6a39a52 |
EUC-JP | 譽哦譽啌 | 1110110010100101110100111010100011101100101001011101001110110011 | eca5d3a8eca5d3b3 |
UTF-8 | 譽哦譽啌 | 111010001010110110111101111001011001001110100110111010001010110110111101111001011001010110001100 | e8adbde593a6e8adbde5958c |
UHC | 譽?譽? | 111001111110001000111111111001111110001000111111 | e7e23fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)