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 | 鋻譴鼾 | 111110111101100111100110101000101110101010001101 | fbd9e6a2ea8d |
EUC-JP | 鋻譴鼾 | 10001111111001001101000111101100101001001111001111101101 | 8fe4d1eca4f3ed |
UTF-8 | 鋻譴鼾 | 111010011000101110111011111010001010110110110100111010011011110010111110 | e98bbbe8adb4e9bcbe |
UHC | ?譴? | 00111111110011001011100100111111 | 3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)