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 | 蓁壱況寀 | 1110010011101011100010001110101110001011101101011111101010100111 | e4eb88eb8bb5faa7 |
EUC-JP | 蓁壱況寀 | 111010001110110110110000111011011011011010110111100011111011101011011011 | e8edb0edb6b78fbadb |
UTF-8 | 蓁壱況寀 | 111010001001001110000001111001011010001110110001111001101011001110000001111001011010111110000000 | e89381e5a3b1e6b381e5af80 |
UHC | ??況寀 | 001111110011111111111100110011111111001111110010 | 3f3ffccff3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)