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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????譴^ | 00111111001111110011111100111111111001101010001001011110 | 3f3f3f3fe6a25e |
EUC-JP | ????譴^ | 00111111001111110011111100111111111011001010010001011110 | 3f3f3f3feca45e |
UTF-8 | 접뤝뮐쥚譴^ | 11101100101000001001000111101011101001001001110111101011101011101001000011101100101001011001101011101000101011011011010001011110 | eca091eba49debae90eca59ae8adb45e |
UHC | 접뤝뮐쥚譴^ | 1100000110100010100011111100110010111001110000011010001010001111110011001011100101011110 | c1a28fccb9c1a28fccb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)