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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?k?游 | 001111111000001010001011001111111001111111100000 | 3f828b3f9fe0 |
EUC-JP | ?k?游 | 001111111010001111101011001111111101111011100010 | 3fa3eb3fdee2 |
UTF-8 | 力k떴游 | 111011111010011010001010111011111011110110001011111010111001011010110100111001101011100010111000 | efa68aefbd8beb96b4e6b8b8 |
UHC | 力k떴游 | 1110011010110011101000111110101110110110101110011110101011111101 | e6b3a3ebb6b9eafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)