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 | 00111111001111110011111110001000111111000011111101000010 | 3f3f3f88fc3f42 |
EUC-JP | ???蔭?B | 00111111001111110011111110110000111111100011111101000010 | 3f3f3fb0fe3f42 |
UTF-8 | 溜깅젡蔭쯘B | 11101111101001111000101111101010101110011000010111101100101000001010000111101000100101001010110111101100101011111001100001000010 | efa78beab985eca0a1e894adecaf9842 |
UHC | 溜깅젡蔭쯘B | 1110101011111110101100011110101110100000100110101110101111100011101010010101001101000010 | eafeb1eba09aebe3a95342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)