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 | 灌睹湫睹 | 1001111111110011111000011100111110011111110101011110000111001111 | 9ff3e1cf9fd5e1cf |
EUC-JP | 灌睹湫睹 | 1101111011110101111000101101000111011110110101111110001011010001 | def5e2d1ded7e2d1 |
UTF-8 | 灌睹湫睹 | 111001111000000110001100111001111001110110111001111001101011100110101011111001111001110110111001 | e7818ce79db9e6b9abe79db9 |
UHC | 灌睹湫睹 | 1100111010110100110101001010100111110101110100111101010010101001 | ceb4d4a9f5d3d4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)