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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | ?忽???k | 00111111100011011001101000111111001111110011111101101011 | 3f8d9a3f3f3f6b |
EUC-JP | ?忽???k | 00111111101110011111101000111111001111110011111101101011 | 3fb9fa3f3f3f6b |
UTF-8 | 뤚忽텖쯩렲k | 11101011101001001001101011100101101111111011110111101101100001011001011011101100101011111010100111101011101000001011001001101011 | eba49ae5bfbded8596ecafa9eba0b26b |
UHC | 뤚忽텖쯩렲k | 1000111111001001111110111110110010110110100011111100001011101101100011101011111101101011 | 8fc9fbecb68fc2ed8ebf6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)