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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 一??櫻?? | 1000100011101010001111110011111110011111010011100011111100111111 | 88ea3f3f9f4e3f3f |
EUC-JP | 一??櫻?? | 1011000011101100001111110011111111011101101011110011111100111111 | b0ec3f3fddaf3f3f |
UTF-8 | 一면땐櫻욇땐 | 111001001011100010000000111010111010100110110100111010111001010110010000111001101010101110111011111011001001101010000111111010111001010110010000 | e4b880eba9b4eb9590e6abbbec9a87eb9590 |
UHC | 一면땐櫻욇땐 | 111011001110100110111000111010011011011010101001111001011010000110011110111010011011011010101001 | ece9b8e9b6a9e5a19ee9b6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)