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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 勇??違?? | 1001011101000101001111110011111110001000111000010011111100111111 | 97453f3f88e13f3f |
EUC-JP | 勇??違?? | 1100110110100110001111110011111110110000111000110011111100111111 | cda63f3fb0e33f3f |
UTF-8 | 勇싰퉩違믭쬃 | 111001011000101110000111111011001000101110110000111011011000100110101001111010011000000110010101111010111010111110101101111011001010110010000011 | e58b87ec8bb0ed89a9e98195ebafadecac83 |
UHC | 勇싰퉩違믭쬃 | 111010011011100010011010111010101011100110000001111010101101111010010010111011111010011010011010 | e9b89aeab981eade92efa69a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)