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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??武志? | 00111111001111111001010110010000100011100111010100111111 | 3f3f95908e753f |
EUC-JP | ??武志? | 00111111001111111100100111110000101110111101011000111111 | 3f3fc9f0bbd63f |
UTF-8 | 劉ㅺ武志렧 | 111011111010011110000111111000111000010110111010111001101010110110100110111001011011111110010111111010111010000010100111 | efa787e385bae6ada6e5bf97eba0a7 |
UHC | 劉ㅺ武志렧 | 11101010111001011010010011101010110110011110101111110010101001001000111010110110 | eae5a4ead9ebf2a48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)