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 | ådAYådAbE | 1110010101100100100110010100000101011001111001010110010010011001010000010110001001000101 | e564994159e56499416245 |
SJIS-WIN | ?d?AY?d?AbE | 0011111101100100001111110100000101011001001111110110010000111111010000010110001001000101 | 3f643f41593f643f416245 |
EUC-JP | åd?AYåd?AbE | 100011111010101110101001011001000011111101000001010110011000111110101011101010010110010000111111010000010110001001000101 | 8faba9643f41598faba9643f416245 |
UTF-8 | ådAYådAbE | 110000111010010101100100110000101001100101000001010110011100001110100101011001001100001010011001010000010110001001000101 | c3a564c2994159c3a564c299416245 |
UHC | ?d?AY?d?AbE | 0011111101100100001111110100000101011001001111110110010000111111010000010110001001000101 | 3f643f41593f643f416245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)