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 | 霆ミ鍰 | 11101000101110111101000011111011110111111111100101000101 | e8bbd0fbdff945 |
EUC-JP | 霆ミ鍰? | 1111000010111101100011101101000010001111111001001111101000111111 | f0bd8ed08fe4fa3f |
UTF-8 | 霆ミ鍰 | 111010011001110010000110111011111011111010010000111010011000110110110000111011101001101010100001 | e99c86efbe90e98db0ee9aa1 |
UHC | 霆??? | 1110111111111101001111110011111100111111 | effd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)