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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????饒B | 00111111001111110011111100111111111010010110000001000010 | 3f3f3f3fe96042 |
EUC-JP | ???頊饒B | 001111110011111100111111100011111110011111110100111100011100000101000010 | 3f3f3f8fe7f4f1c142 |
UTF-8 | 뮅벆뽨頊饒B | 11101011101011101000010111101011101100101000011011101011101111011010100011101001101000001000101011101001101001011001001001000010 | ebae85ebb286ebbda8e9a08ae9a59242 |
UHC | 뮅벆뽨頊饒B | 1001001010010100100100111010101010010110111001001110100111110101111010011010111001000010 | 929493aa96e4e9f5e9ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)