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 | ???瀋 | 0011111100111111001111111110000001100011 | 3f3f3fe063 |
EUC-JP | ???瀋 | 0011111100111111001111111101111111000100 | 3f3f3fdfc4 |
UTF-8 | 秊뒒뢇瀋 | 111011111010011010010101111010111001001010010010111010111010001010000111111001111000000010001011 | efa695eb9292eba287e7808b |
UHC | 秊뒒뢇瀋 | 1110011011011100100010101000111110001111010000111110010010100011 | e6dc8a8f8f43e4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)