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 | ??b??bB | 00111111001111110110001000111111001111110110001001000010 | 3f3f623f3f6242 |
SJIS-WIN | 弔?b弔?bB | 100100101010001000111111011000101001001010100010001111110110001001000010 | 92a23f6292a23f6242 |
EUC-JP | 弔?b弔?bB | 110001001010010000111111011000101100010010100100001111110110001001000010 | c4a43f62c4a43f6242 |
UTF-8 | 弔렲b弔렲bB | 111001011011110010010100111010111010000010110010011000101110010110111100100101001110101110100000101100100110001001000010 | e5bc94eba0b262e5bc94eba0b26242 |
UHC | 弔렲b弔렲bB | 1111000011000000100011101011111101100010111100001100000010001110101111110110001001000010 | f0c08ebf62f0c08ebf6242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)