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 | 駿??凋? | 10001111011110000011111100111111100100101001110000111111 | 8f783f3f929c3f |
EUC-JP | 駿??凋? | 10111101110110010011111100111111110000111111110000111111 | bdd93f3fc3fc3f |
UTF-8 | 駿곧땠凋끽 | 111010011010011110111111111010101011001110100111111010111001010110100000111001011000011110001011111010111000000110111101 | e9a7bfeab3a7eb95a0e5878beb81bd |
UHC | 駿곧땠凋끽 | 11110001111001111011000011110000101101101010111011110000101111011011001110100011 | f1e7b0f0b6aef0bdb3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)