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 | 101100011111101001111101010110011011000111111010011111010110001001000101 | b1fa7d59b1fa7d6245 |
SJIS-WIN | ±?}Y±?}bE | 1000000101111101001111110111110101011001100000010111110100111111011111010110001001000101 | 817d3f7d59817d3f7d6245 |
EUC-JP | ±ú}Y±ú}bE | 101000011101111010001111101010111110001001111101010110011010000111011110100011111010101111100010011111010110001001000101 | a1de8fabe27d59a1de8fabe27d6245 |
UTF-8 | ±ú}Y±ú}bE | 11000010101100011100001110111010011111010101100111000010101100011100001110111010011111010110001001000101 | c2b1c3ba7d59c2b1c3ba7d6245 |
UHC | ±?}Y±?}bE | 1010000110111110001111110111110101011001101000011011111000111111011111010110001001000101 | a1be3f7d59a1be3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)