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 | JQ}YJQ}bE | 1000100101001010010100010111110101011001100010010100101001010001011111010110001001000101 | 894a517d59894a517d6245 |
SJIS-WIN | ?JQ}Y?JQ}bE | 0011111101001010010100010111110101011001001111110100101001010001011111010110001001000101 | 3f4a517d593f4a517d6245 |
EUC-JP | ?JQ}Y?JQ}bE | 0011111101001010010100010111110101011001001111110100101001010001011111010110001001000101 | 3f4a517d593f4a517d6245 |
UTF-8 | JQ}YJQ}bE | 11000010100010010100101001010001011111010101100111000010100010010100101001010001011111010110001001000101 | c2894a517d59c2894a517d6245 |
UHC | ?JQ}Y?JQ}bE | 0011111101001010010100010111110101011001001111110100101001010001011111010110001001000101 | 3f4a517d593f4a517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)