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 | ?領?菰 | 001111111001011111001100001111111000110011010100 | 3f97cc3f8cd4 |
EUC-JP | ?領?菰 | 001111111100111011001110001111111011100011010110 | 3fcece3fb8d6 |
UTF-8 | 렺領후菰 | 111010111010000010111010111010011010000010011000111011011001101110000100111010001000111110110000 | eba0bae9a098ed9b84e88fb0 |
UHC | 렺領후菰 | 1000111011000010110101101100010111001000110001001100110111001010 | 8ec2d6c5c8c4cdca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)