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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 鯤ラゥU | 1110100111001000110101111010100101010101 | e9c8d7a955 |
EUC-JP | 鯤ラゥU | 11110010110010101000111011010111100011101010100101010101 | f2ca8ed78ea955 |
UTF-8 | 鯤ラゥU | 11101001101011111010010011101111101111101001011111101111101111011010100101010101 | e9afa4efbe97efbda955 |
UHC | 鯤??U | 1100110111100110001111110011111101010101 | cde63f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)