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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?舒i?舒iB | 001111111001100010101110011010010011111110011000101011100110100101000010 | 3f98ae693f98ae6942 |
EUC-JP | ?舒i?舒iB | 001111111101000010110000011010010011111111010000101100000110100101000010 | 3fd0b0693fd0b06942 |
UTF-8 | 젖舒i젖舒iB | 111011001010000010010110111010001000100010010010011010011110110010100000100101101110100010001000100100100110100101000010 | eca096e8889269eca096e888926942 |
UHC | 젖舒i젖舒iB | 1100000110100101111000001010001001101001110000011010010111100000101000100110100101000010 | c1a5e0a269c1a5e0a26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)