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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??紆? | 0011111100111111111000101111110000111111 | 3f3fe2fc3f |
EUC-JP | ??紆? | 0011111100111111111001001111111000111111 | 3f3fe4fe3f |
UTF-8 | 쐛쐛紆숰 | 111011001001000010011011111011001001000010011011111001111011010010000110111011001000100010110000 | ec909bec909be7b486ec88b0 |
UHC | 쐛쐛紆숰 | 1001110010000001100111001000000111101001111000011001101001001000 | 9c819c81e9e19a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)