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 | äÈÛÞ | 111001001100100010010100110110111001111111011110 | e4c894db9fde |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | äÈ?Û?Þ | 1000111110101011101000111000111110101010101100100011111110001111101010101110010100111111100011111010100110110000 | 8faba38faab23f8faae53f8fa9b0 |
UTF-8 | äÈÛÞ | 110000111010010011000011100010001100001010010100110000111001101111000010100111111100001110011110 | c3a4c388c294c39bc29fc39e |
UHC | ?????Þ | 00111111001111110011111100111111001111111010100010101101 | 3f3f3f3f3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)