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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???喇擡^ | 0011111100111111001111111001101001101000100111011010101001011110 | 3f3f3f9a689daa5e |
EUC-JP | ???喇擡^ | 0011111100111111001111111101001111001001110110101010110001011110 | 3f3f3fd3c9daac5e |
UTF-8 | 롏뤇咽喇擡^ | 11101011101000011000111111101011101001001000011111101111101001101001111011100101100101101000011111100110100100111010000101011110 | eba18feba487efa69ee59687e693a15e |
UHC | 롏뤇咽喇擡^ | 1000111011010101100011111011011111100110111011001101010011111010110100111110010001011110 | 8ed58fb7e6ecd4fad3e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)