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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 諤宣。貴逎ャ | 11100110100000001001000011101001101000011000101101001101111001111010001110101100 | e68090e9a18b4de7a3ac |
EUC-JP | 諤宣。貴逎ャ | 111010111110000011000000111010111000111010100001101101011010111011101110101001011000111010101100 | ebe0c0eb8ea1b5aeeea58eac |
UTF-8 | 諤宣。貴逎ャ | 111010001010101110100100111001011010111010100011111011111011110110100001111010001011001010110100111010011000000010001110111011111011110110101100 | e8aba4e5aea3efbda1e8b2b4e9808eefbdac |
UHC | ?宣?貴?? | 0011111111100000101111100011111111001111111111100011111100111111 | 3fe0be3fcffe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)