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 | 裘ソ增ウ | 11100101111000101011111111111010100111011000001101000101 | e5e2bffa9d8345 |
EUC-JP | 裘ソ?ウ | 11101010111001001000111010111111001111111010010110100110 | eae48ebf3fa5a6 |
UTF-8 | 裘ソ增ウ | 111010001010001110011000111011111011110110111111111001011010001010011110111000111000001010100110 | e8a398efbdbfe5a29ee382a6 |
UHC | ??增ウ | 001111110011111111110001111100101010101110100110 | 3f3ff1f2aba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)