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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諧?が?ぎ | 1110011001111110001111111000001010101010001111111000001010101100 | e67e3f82aa3f82ac |
EUC-JP | 諧?が?ぎ | 1110101111011111001111111010010010101100001111111010010010101110 | ebdf3fa4ac3fa4ae |
UTF-8 | 諧었が과ぎ | 111010001010101110100111111011001001011110001000111000111000000110001100111010101011001110111100111000111000000110001110 | e8aba7ec9788e3818ceab3bce3818e |
UHC | 諧었が과ぎ | 11111010101100101011111011111010101010101010110010110000111110101010101010101110 | fab2befaaaacb0faaaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)