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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횙횋청횉횏횪^ | 11101101100110101001100111101101100110101000101111101100101100101010110111101101100110101000100111101101100110101000111111101101100110101010101001011110 | ed9a99ed9a8becb2aded9a89ed9a8fed9aaa5e |
UHC | 횙횋청횉횏횪^ | 11000011100100111100001110001001110000111011101111000011100001111100001110001011110000111010000001011110 | c393c389c3bbc387c38bc3a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)