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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 諱凩G | 1110011010000001100110010111110101000111 | e681997d47 |
EUC-JP | 諱凩G | 1110101111100001110100011101111001000111 | ebe1d1de47 |
UTF-8 | 諱凩G | 11101000101010111011000111100101100001111010100101000111 | e8abb1e587a947 |
UHC | 諱?G | 11111101110010010011111101000111 | fdc93f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)