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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???曖?? | 00111111001111110011111110011110010000100011111100111111 | 3f3f3f9e423f3f |
EUC-JP | ???曖?? | 00111111001111110011111111011011101000110011111100111111 | 3f3f3fdba33f3f |
UTF-8 | 筽딀죦曖녻윾 | 111001111010110110111101111010111001010010000000111011001010001110100110111001101001101110010110111010111000010110111011111011001001110010111110 | e7adbdeb9480eca3a6e69b96eb85bbec9cbe |
UHC | 筽딀죦曖녻윾 | 111010001010010010001010111001101010000110000001111001001111001010000110111010001001111110110110 | e8a48ae6a181e4f286e89fb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)