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 | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
EUC-JP | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
UTF-8 | 묬묯뫅B묯뫖 | 11101011101011001010110011101011101011001010111111101011101010111000010101000010111010111010110010101111111010111010101110010110 | ebacacebacafebab8542ebacafebab96 |
UHC | 묬묯뫅B묯뫖 | 1001001001000011100100100100011010010001101010000100001010010010010001101001000110111000 | 9243924691a842924691b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)