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 | "ヤ霰碚 | 11111010010101111101010011101000110001011110000111101110 | fa57d4e8c5e1ee |
EUC-JP | ?ヤ霰碚 | 00111111100011101101010011110000110001111110001011110000 | 3f8ed4f0c7e2f0 |
UTF-8 | "ヤ霰碚 | 111011111011110010000010111011111011111010010100111010011001110010110000111001111010001010011010 | efbc82efbe94e99cb0e7a29a |
UHC | "?霰? | 101000111010001000111111110111111010110000111111 | a3a23fdfac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)