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 | ???u???? | 0011111100111111001111110111010100111111001111110011111100111111 | 3f3f3f753f3f3f3f |
SJIS-WIN | ???u???? | 0011111100111111001111110111010100111111001111110011111100111111 | 3f3f3f753f3f3f3f |
EUC-JP | ???u???? | 0011111100111111001111110111010100111111001111110011111100111111 | 3f3f3f753f3f3f3f |
UTF-8 | 셍렻렋u셍렺렽셈 | 11101100100001011000110111101011101000001011101111101011101000001000101101110101111011001000010110001101111010111010000010111010111010111010000010111101111011001000010110001000 | ec858deba0bbeba08b75ec858deba0baeba0bdec8588 |
UHC | 셍렻렋u셍렺렽셈 | 101111001100010010001110110000111000111010100010011101011011110011000100100011101100001010001110110001011011110011000000 | bcc48ec38ea275bcc48ec28ec5bcc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)