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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 莠壱棆h莠壱棆 | 11100100101110101000100011101011100111101011000001101000111001001011101010001000111010111001111010110000 | e4ba88eb9eb068e4ba88eb9eb0 |
EUC-JP | 莠壱棆h莠壱棆 | 11101000101111001011000011101101110111001011001001101000111010001011110010110000111011011101110010110010 | e8bcb0eddcb268e8bcb0eddcb2 |
UTF-8 | 莠壱棆h莠壱棆 | 11101000100011101010000011100101101000111011000111100110101000111000011001101000111010001000111010100000111001011010001110110001111001101010001110000110 | e88ea0e5a3b1e6a38668e88ea0e5a3b1e6a386 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)