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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 執煜疾鋐 | 11110000101010101000111010110111111110110101010110001110101111101111101111010010 | f0aa8eb7fb558ebefbd2 |
EUC-JP | ?執煜疾鋐 | 0011111110111100101110011000111111001001111111001011110011000000100011111110010010111110 | 3fbcb98fc9fcbcc08fe4be |
UTF-8 | 執煜疾鋐 | 111011101000000110101001111001011001111110110111111001111000010110011100111001111001011010111110111010011000101110010000 | ee81a9e59fb7e7859ce796bee98b90 |
UHC | ?執煜疾? | 0011111111110010111110111110100111110010111100101111000000111111 | 3ff2fbe9f2f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)