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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?????浪\ | 0011111100111111001111110011111100111111100110000101000101011100 | 3f3f3f3f3f98515c |
EUC-JP | ?????浪\ | 0011111100111111001111110011111100111111110011111011001001011100 | 3f3f3f3f3fcfb25c |
UTF-8 | 렻봬렟렻뵀浪\ | 11101011101000001011101111101011101101001010110011101011101000001001111111101011101000001011101111101011101101011000000011100110101101011010101001011100 | eba0bbebb4aceba09feba0bbebb580e6b5aa5c |
UHC | 렻봬렟렻뵀浪\ | 10001110110000111011101011000100100011101011000010001110110000111011101011000101110101011100100001011100 | 8ec3bac48eb08ec3bac5d5c85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)