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 | ?←?秧 | 001111111000000110101001001111111110001001011110 | 3f81a93fe25e |
EUC-JP | 焰←?秧 | 1000111111001001111011111010001010101011001111111110001110111111 | 8fc9efa2ab3fe3bf |
UTF-8 | 焰←쐛秧 | 111001111000010010110000111000101000011010010000111011001001000010011011111001111010011110100111 | e784b0e28690ec909be7a7a7 |
UHC | 焰←쐛秧 | 1110011011111011101000011110011110011100100000011110010011101011 | e6fba1e79c81e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)