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 | 001111110011111100111111001111110011111101100100 | 3f3f3f3f3f64 |
SJIS-WIN | ?灑???d | 00111111111000000111001000111111001111110011111101100100 | 3fe0723f3f3f64 |
EUC-JP | ?灑???d | 00111111110111111101001100111111001111110011111101100100 | 3fdfd33f3f3f64 |
UTF-8 | 렱灑렫렯렓d | 11101011101000001011000111100111100000011001000111101011101000001010101111101011101000001010111111101011101000001001001101100100 | eba0b1e78191eba0abeba0afeba09364 |
UHC | 렱灑렫렯렓d | 1000111010111110111000011110111010001110101110011000111010111100100011101010100001100100 | 8ebee1ee8eb98ebc8ea864 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)