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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔭蓑? | 1000100011111100100101101010101000111111 | 88fc96aa3f |
EUC-JP | 蔭蓑? | 1011000011111110110011001010110000111111 | b0feccac3f |
UTF-8 | 蔭蓑렩 | 111010001001010010101101111010001001001110010001111010111010000010101001 | e894ade89391eba0a9 |
UHC | 蔭蓑렩 | 111010111110001111011110111011101000111010110111 | ebe3deee8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)