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 | 灌烋鳧稙 | 1001111111110011111000000111110111101001111010001110001001100101 | 9ff3e07de9e8e265 |
EUC-JP | 灌烋鳧稙 | 1101111011110101110111111101111011110010111010101110001111000110 | def5dfdef2eae3c6 |
UTF-8 | 灌烋鳧稙 | 111001111000000110001100111001111000001110001011111010011011001110100111111001111010100010011001 | e7818ce7838be9b3a7e7a899 |
UHC | 灌烋鳧稙 | 1100111010110100111111011100111011011101110000001111001011000010 | ceb4fdceddc0f2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)