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 | ?領?? | 0011111110010111110011000011111100111111 | 3f97cc3f3f |
EUC-JP | ?領?? | 0011111111001110110011100011111100111111 | 3fcece3f3f |
UTF-8 | 렺領爐실 | 111010111010000010111010111010011010000010011000111011111010010010110010111011001000101110100100 | eba0bae9a098efa4b2ec8ba4 |
UHC | 렺領爐실 | 1000111011000010110101101100010111010010110001001011110111000111 | 8ec2d6c5d2c4bdc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)