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 | 貭篁歸蕕 | 1110011011000010111000101011100110011111011001001110010101000011 | e6c2e2b99f64e543 |
EUC-JP | 貭篁歸蕕 | 1110110011000100111001001011101111011101110001011110100110100100 | ecc4e4bbddc5e9a4 |
UTF-8 | 貭篁歸蕕 | 111010001011001010101101111001111010111110000001111001101010110110111000111010001001010110010101 | e8b2ade7af81e6adb8e89595 |
UHC | ?篁歸? | 001111111111110011010110110011111111110100111111 | 3ffcd6cffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)