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 | K}YK}bE | 10001111100010111000110101001011011111010101100110001111100010111000110101001011011111010110001001000101 | 8f8b8d4b7d598f8b8d4b7d6245 |
SJIS-WIN | ???K}Y???K}bE | 00111111001111110011111101001011011111010101100100111111001111110011111101001011011111010110001001000101 | 3f3f3f4b7d593f3f3f4b7d6245 |
EUC-JP | ???K}Y???K}bE | 00111111001111110011111101001011011111010101100100111111001111110011111101001011011111010110001001000101 | 3f3f3f4b7d593f3f3f4b7d6245 |
UTF-8 | K}YK}bE | 11000010100011111100001010001011110000101000110101001011011111010101100111000010100011111100001010001011110000101000110101001011011111010110001001000101 | c28fc28bc28d4b7d59c28fc28bc28d4b7d6245 |
UHC | ???K}Y???K}bE | 00111111001111110011111101001011011111010101100100111111001111110011111101001011011111010110001001000101 | 3f3f3f4b7d593f3f3f4b7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)