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 | ??D???? | 00111111001111110100010000111111001111110011111100111111 | 3f3f443f3f3f3f |
SJIS-WIN | ??D???… | 0011111100111111010001000011111100111111001111111000000101100011 | 3f3f443f3f3f8163 |
EUC-JP | ??D???… | 0011111100111111010001000011111100111111001111111010000111000100 | 3f3f443f3f3fa1c4 |
UTF-8 | 렻렓D렺꼼뗑… | 11101011101000001011101111101011101000001001001101000100111010111010000010111010111010101011110010111100111010111001011110010001111000101000000010100110 | eba0bbeba09344eba0baeabcbceb9791e280a6 |
UHC | 렻렓D렺꼼뗑… | 10001110110000111000111010101000010001001000111011000010101100101100010010110110110001001010000110100110 | 8ec38ea8448ec2b2c4b6c4a1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)