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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???耿? | 001111110011111100111111111000111101010000111111 | 3f3f3fe3d43f |
EUC-JP | ???耿? | 001111110011111100111111111001101101011000111111 | 3f3f3fe6d63f |
UTF-8 | 炡며렚耿렩 | 111001111000001010100001111010111010100110110000111010111010000010011010111010001000000010111111111010111010000010101001 | e782a1eba9b0eba09ae880bfeba0a9 |
UHC | 炡며렚耿렩 | 11101111111010001011100011100111100011101010110111001100111010101000111010110111 | efe8b8e78eadccea8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)