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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | ?咀}Y?咀}bE | 0011111110011001111100000111110101011001001111111001100111110000011111010110001001000101 | 3f99f07d593f99f07d6245 |
EUC-JP | ?咀}Y?咀}bE | 0011111111010010111100100111110101011001001111111101001011110010011111010110001001000101 | 3fd2f27d593fd2f27d6245 |
UTF-8 | 잣咀}Y잣咀}bE | 1110110010011110101000111110010110010010100000000111110101011001111011001001111010100011111001011001001010000000011111010110001001000101 | ec9ea3e592807d59ec9ea3e592807d6245 |
UHC | 잣咀}Y잣咀}bE | 11000000111000111110111010111010011111010101100111000000111000111110111010111010011111010110001001000101 | c0e3eeba7d59c0e3eeba7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)