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?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
SJIS-WIN | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
EUC-JP | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
UTF-8 | 챈B혡챗혞쨘창챕 | 11101100101100011000100001000010111011011001100010100001111011001011000110010111111011011001100010011110111011001010100010011000111011001011000010111101111011001011000110010101 | ecb18842ed98a1ecb197ed989eeca898ecb0bdecb195 |
UHC | 챈B혡챗혞쨘창챕 | 110000111010011001000010110000101000101011000011101010101100001010001000110000101011101011000011101000101100001110101001 | c3a642c28ac3aac288c2bac3a2c3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)