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 | 1000111011100001001111110011111111100011111001010011111101000010 | 8ee13f3fe3e53f42 |
EUC-JP | 若??肄?B | 1011110011100011001111110011111111100110111001110011111101000010 | bce33f3fe6e73f42 |
UTF-8 | 若뽧끃肄둛B | 11101000100010111010010111101011101111011010011111101011100000011000001111101000100000101000010011101011100100011001101101000010 | e88ba5ebbda7eb8183e88284eb919b42 |
UHC | 若뽧끃肄둛B | 1110010110110100100101101110001110000101101110011110110010111101100010100101001101000010 | e5b496e385b9ecbd8a5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)