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 | 燾疾釤雫 | 1111101101011010100011101011111011111011101111111000111010110100 | fb5a8ebefbbf8eb4 |
EUC-JP | 燾疾釤雫 | 10001111110010101011110110111100110000001000111111100011101010101011110010110110 | 8fcabdbcc08fe3aabcb6 |
UTF-8 | 燾疾釤雫 | 111001111000011110111110111001111001011010111110111010011000011110100100111010011001101110101011 | e787bee796bee987a4e99bab |
UHC | 燾疾?? | 110101001010011111110010111100000011111100111111 | d4a7f2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)