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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 〓?丞\ | 100000011010110000111111100011111110010101011100 | 81ac3f8fe55c |
EUC-JP | 〓?丞\ | 101000101010111000111111101111101110011101011100 | a2ae3fbee75c |
UTF-8 | 〓룵丞\ | 11100011100000001001001111101011101000111011010111100100101110001001111001011100 | e38093eba3b5e4b89e5c |
UHC | 〓룵丞\ | 10100001111010111000111110101010111000111010101001011100 | a1eb8faae3aa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)