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 | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
SJIS-WIN | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
EUC-JP | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
UTF-8 | 렻렏M렺셍씻숴 | 11101011101000001011101111101011101000001000111101001101111010111010000010111010111011001000010110001101111011001001010010111011111011001000100010110100 | eba0bbeba08f4deba0baec858dec94bbec88b4 |
UHC | 렻렏M렺셍씻숴 | 10001110110000111000111010100101010011011000111011000010101111001100010010111110110001001011110110100100 | 8ec38ea54d8ec2bcc4bec4bda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)