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 | 借丈゙症 | 10001110110110001000111111100100110111101000111111000111 | 8ed88fe4de8fc7 |
EUC-JP | 借丈゙症 | 1011110011011010101111101110011010001110110111101011111011001001 | bcdabee68edebec9 |
UTF-8 | 借丈゙症 | 111001011000000010011111111001001011100010001000111011111011111010011110111001111001011110000111 | e5809fe4b888efbe9ee79787 |
UHC | 借丈?症 | 11110011101010001110110111011011001111111111000111111000 | f3a8eddb3ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)