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 | スー訟ロ | 1011110110110000100011111101011111011011 | bdb08fd7db |
EUC-JP | スー訟ロ | 1000111010111101100011101011000010111110110110011000111011011011 | 8ebd8eb0bed98edb |
UTF-8 | スー訟ロ | 111011111011110110111101111011111011110110110000111010001010100010011111111011111011111010011011 | efbdbdefbdb0e8a89fefbe9b |
UHC | ??訟? | 0011111100111111111000011110100000111111 | 3f3fe1e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)