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 | ??畏??曰^ | 001111110011111110001000110110000011111100111111100111100100100001011110 | 3f3f88d83f3f9e485e |
EUC-JP | ??畏??曰^ | 001111110011111110110000110110100011111100111111110110111010100101011110 | 3f3fb0da3f3fdba95e |
UTF-8 | 롍롕畏롍롕曰^ | 11101011101000011000110111101011101000011001010111100111100101011000111111101011101000011000110111101011101000011001010111100110100110111011000001011110 | eba18deba195e7958feba18deba195e69bb05e |
UHC | 롍롕畏롍롕曰^ | 10001110110100111000111011011001111010001110011010001110110100111000111011011001111010001101100001011110 | 8ed38ed9e8e68ed38ed9e8d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)