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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ゙緜B | 110111101111001111010110111000110110001101000010 | def3d6e36342 |
EUC-JP | ゙?緜B | 100011101101111000111111111001011100010001000010 | 8ede3fe5c442 |
UTF-8 | ゙緜B | 11101111101111101001111011101110100010111000100111100111101101111001110001000010 | efbe9eee8b89e7b79c42 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)