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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?岩?閼^ | 00111111100010101110001000111111111010001000010001011110 | 3f8ae23fe8845e |
EUC-JP | ?岩?閼^ | 00111111101101001110010000111111111011111110010001011110 | 3fb4e43fefe45e |
UTF-8 | 뤈岩뤈閼^ | 11101011101001001000100011100101101100101010100111101011101001001000100011101001100101101011110001011110 | eba488e5b2a9eba488e996bc5e |
UHC | 뤈岩뤈閼^ | 100011111011100011100100110110111000111110111000111001001101100101011110 | 8fb8e4db8fb8e4d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)