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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鳰ツ鯔サ、 | 1110100111101010110000101110100111001001111101001000111110111011111101001000111010100100 | e9eac2e9c9f48fbbf48ea4 |
EUC-JP | 鳰ツ鯔?サ?、 | 111100101110110010001110110000101111001011001011001111111000111010111011001111111000111010100100 | f2ec8ec2f2cb3f8ebb3f8ea4 |
UTF-8 | 鳰ツ鯔サ、 | 111010011011001110110000111011111011111010000010111010011010111110010100111011101000110010111110111011111011110110111011111011101000110010111101111011111011110110100100 | e9b3b0efbe82e9af94ee8cbeefbdbbee8cbdefbda4 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)