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 | O}YO}b[BF | 1001011101001111011111010101100110010111010011110111110101100010010110110100001001000110 | 974f7d59974f7d625b4246 |
SJIS-WIN | ?O}Y?O}b[BF | 0011111101001111011111010101100100111111010011110111110101100010010110110100001001000110 | 3f4f7d593f4f7d625b4246 |
EUC-JP | ?O}Y?O}b[BF | 0011111101001111011111010101100100111111010011110111110101100010010110110100001001000110 | 3f4f7d593f4f7d625b4246 |
UTF-8 | O}YO}b[BF | 11000010100101110100111101111101010110011100001010010111010011110111110101100010010110110100001001000110 | c2974f7d59c2974f7d625b4246 |
UHC | ?O}Y?O}b[BF | 0011111101001111011111010101100100111111010011110111110101100010010110110100001001000110 | 3f4f7d593f4f7d625b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)