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 | C\KNO³ | 100100100100001110010010010111001001001001001011100100100100111010010010010011111001000110110011 | 9243925c924b924e924f91b3 |
SJIS-WIN | ?C?\?K?N?O?? | 001111110100001100111111010111000011111101001011001111110100111000111111010011110011111100111111 | 3f433f5c3f4b3f4e3f4f3f3f |
EUC-JP | ?C?\?K?N?O?? | 001111110100001100111111010111000011111101001011001111110100111000111111010011110011111100111111 | 3f433f5c3f4b3f4e3f4f3f3f |
UTF-8 | C\KNO³ | 11000010100100100100001111000010100100100101110011000010100100100100101111000010100100100100111011000010100100100100111111000010100100011100001010110011 | c29243c2925cc2924bc2924ec2924fc291c2b3 |
UHC | ?C?\?K?N?O?³ | 00111111010000110011111101011100001111110100101100111111010011100011111101001111001111111010100111111000 | 3f433f5c3f4b3f4e3f4f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)