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 | 射叱璽諟 | 1000111011001011100011101011011010001110101000111111101110101000 | 8ecb8eb68ea3fba8 |
EUC-JP | 射叱璽諟 | 101111001100110110111100101110001011110010100101100011111101111010110000 | bccdbcb8bca58fdeb0 |
UTF-8 | 射叱璽諟 | 111001011011000010000100111001011000111110110001111001111001001010111101111010001010101110011111 | e5b084e58fb1e792bde8ab9f |
UHC | 射叱璽? | 11011110110100101111001011101010110111111101111000111111 | ded2f2eadfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)