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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????ъ?? | 0011111100111111001111110011111110000100100011000011111100111111 | 3f3f3f3f848c3f3f |
EUC-JP | ????ъ?? | 0011111100111111001111110011111110100111111011000011111100111111 | 3f3f3f3fa7ec3f3f |
UTF-8 | 淋믪㎛泥ъ껄吏 | 1110111110100111101101011110101110101111101010101110001110001110100110111110111110100111101000111101000110001010111010101011101110000100111011111010011110011110 | efa7b5ebafaae38e9befa7a3d18aeabb84efa79e |
UHC | 淋믪㎛泥ъ껄吏 | 1110110011111000100100101110110010100111101011011110110010110010101011001110110010110010101011001110110010100111 | ecf892eca7adecb2acecb2aceca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)