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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 瓮ワ?撓??\ | 11100001010001001000001110001111001111111001110110011010001111110011111101011100 | e144838f3f9d9a3f3f5c |
EUC-JP | 瓮ワ?撓??\ | 11100001101001011010010111101111001111111101100111111010001111110011111101011100 | e1a5a5ef3fd9fa3f3f5c |
UTF-8 | 瓮ワ숲撓뽳슬\ | 11100111100100111010111011100011100000111010111111101100100010001011001011100110100100101001001111101011101111011011001111101100100010101010110001011100 | e793aee383afec88b2e69293ebbdb3ec8aac5c |
UHC | 瓮ワ숲撓뽳슬\ | 11101000101101111010101111101111101111011010001111101000111101011001011011101111101111011011110101011100 | e8b7abefbda3e8f596efbdbd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)