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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 語??二?? | 1000110011101010001111110011111110010011111100010011111100111111 | 8cea3f3f93f13f3f |
EUC-JP | 語??二?? | 1011100011101100001111110011111111000110111100110011111100111111 | b8ec3f3fc6f33f3f |
UTF-8 | 語뤴뫖二울쭔 | 111010001010101010011110111010111010010010110100111010111010101110010110111001001011101010001100111011001001101010111000111011001010110110010100 | e8aa9eeba4b4ebab96e4ba8cec9ab8ecad94 |
UHC | 語뤴뫖二울쭔 | 111001011101111010001111111000101001000110111000111011001010001110111111111011111010011110001100 | e5de8fe291b8eca3bfefa78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)