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 | ???彦?? | 00111111001111110011111110010101010001100011111100111111 | 3f3f3f95463f3f |
EUC-JP | ???彦?? | 00111111001111110011111111001001101001110011111100111111 | 3f3f3fc9a73f3f |
UTF-8 | 吳녶콉彦얕뵓 | 111001011001000010110011111010111000010110110110111011001011110110001001111001011011110110100110111011001001011010010101111010111011010110010011 | e590b3eb85b6ecbd89e5bda6ec9695ebb593 |
UHC | 吳녶콉彦얕뵓 | 111001111110111110000110111001011011000110000101111001011110100110111110111010001001010010010101 | e7ef86e5b185e5e9bee89495 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)