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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 雫床ゥh雫 | 1000111010110100100011111011000010101001011010001000111010110100 | 8eb48fb0a9688eb4 |
EUC-JP | 雫床ゥh雫 | 101111001011011010111110101100101000111010101001011010001011110010110110 | bcb6beb28ea968bcb6 |
UTF-8 | 雫床ゥh雫 | 11101001100110111010101111100101101110101000101011101111101111011010100101101000111010011001101110101011 | e99babe5ba8aefbda968e99bab |
UHC | ?床?h? | 001111111101111111001001001111110110100000111111 | 3fdfc93f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)