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 | ?^Q}Y?^Q}bE | 0011111101011110010100010111110101011001001111110101111001010001011111010110001001000101 | 3f5e517d593f5e517d6245 |
SJIS-WIN | ?^Q}Y?^Q}bE | 0011111101011110010100010111110101011001001111110101111001010001011111010110001001000101 | 3f5e517d593f5e517d6245 |
EUC-JP | ?^Q}Y?^Q}bE | 0011111101011110010100010111110101011001001111110101111001010001011111010110001001000101 | 3f5e517d593f5e517d6245 |
UTF-8 | 책^Q}Y책^Q}bE | 111011001011000110000101010111100101000101111101010110011110110010110001100001010101111001010001011111010110001001000101 | ecb1855e517d59ecb1855e517d6245 |
UHC | 책^Q}Y책^Q}bE | 11000011101001010101111001010001011111010101100111000011101001010101111001010001011111010110001001000101 | c3a55e517d59c3a55e517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)