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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 要??崖ラ? | 100101110111011000111111001111111000101001010010100000111000100100111111 | 97763f3f8a5283893f |
EUC-JP | 要??崖ラ? | 110011011101011100111111001111111011001110110011101001011110100100111111 | cdd73f3fb3b3a5e93f |
UTF-8 | 要끻뵺崖ラ퐦 | 111010001010011010000001111010111000000110111011111010111011010110111010111001011011010010010110111000111000001110101001111011011001000010100110 | e8a681eb81bbebb5bae5b496e383a9ed90a6 |
UHC | 要끻뵺崖ラ퐦 | 111010011010100110000101111001011001010010111000111001001111000010101011111010011011110110001111 | e9a985e594b8e4f0abe9bd8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)