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 | ûWî | 111110110101011110010100111011101001000110010010 | fb5794ee9192 |
SJIS-WIN | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
EUC-JP | ûW?î?? | 10001111101010111110010101010111001111111000111110101011110000100011111100111111 | 8fabe5573f8fabc23f3f |
UTF-8 | ûWî | 1100001110111011010101111100001010010100110000111010111011000010100100011100001010010010 | c3bb57c294c3aec291c292 |
UHC | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)