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 | 證竟j窪 | 1110011010011010111010001110110110000010100010101000110001000101 | e69ae8ed828a8c45 |
EUC-JP | 證竟j窪 | 1110101111111010111100001110111110100011111010101011011110100110 | ebfaf0efa3eab7a6 |
UTF-8 | 證竟j窪 | 111010001010110110001001111001111010101110011111111011111011110110001010111001111010101010101010 | e8ad89e7ab9fefbd8ae7aaaa |
UHC | 證竟j窪 | 1111000111111011110011001110010110100011111010101110100011000001 | f1fbcce5a3eae8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)