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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逡嬢㈹妤 | 1110011110010101100011111110110010000111100011001111101010100100 | e7958fec878cfaa4 |
EUC-JP | 逡嬢?妤 | 1110110111110101101111101110111000111111100011111011100110101111 | edf5beee3f8fb9af |
UTF-8 | 逡嬢㈹妤 | 111010011000000010100001111001011010110010100010111000111000100010111001111001011010011010100100 | e980a1e5aca2e388b9e5a6a4 |
UHC | 逡??? | 1111000111100100001111110011111100111111 | f1e43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)