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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 梧ワ?擁? | 1000110011100110100000111000111100111111100101110110100100111111 | 8ce6838f3f97693f |
EUC-JP | 梧ワ?擁? | 1011100011101000101001011110111100111111110011011100101000111111 | b8e8a5ef3fcdca3f |
UTF-8 | 梧ワ숲擁억 | 111001101010001010100111111000111000001110101111111011001000100010110010111001101001001110000001111011001001011010110101 | e6a2a7e383afec88b2e69381ec96b5 |
UHC | 梧ワ숲擁억 | 11100111111111001010101111101111101111011010001111101000101101101011111011101111 | e7fcabefbda3e8b6beef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)