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 | 錠?薔驀? | 1000111111111001001111111110010101001011111010010111110100111111 | 8ff93fe54be97d3f |
EUC-JP | 錠?薔驀? | 1011111011111011001111111110100110101100111100011101111000111111 | befb3fe9acf1de3f |
UTF-8 | 錠렣薔驀렱 | 111010011000110010100000111010111010000010100011111010001001011010010100111010011010100110000000111010111010000010110001 | e98ca0eba0a3e89694e9a980eba0b1 |
UHC | 錠렣薔驀렱 | 11101111111111001000111010110100111011011111100111011000111010011000111010111110 | effc8eb4edf9d8e98ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)