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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??町?凋? | 0011111100111111100100101010110000111111100100101001110000111111 | 3f3f92ac3f929c3f |
EUC-JP | 玎?町?凋? | 10001111110010111101001000111111110001001010111000111111110000111111110000111111 | 8fcbd23fc4ae3fc3fc3f |
UTF-8 | 玎렪町렑凋랜 | 111001111000111010001110111010111010000010101010111001111001010010111010111010111010000010010001111001011000011110001011111010111001111010011100 | e78e8eeba0aae794baeba091e5878beb9e9c |
UHC | 玎렪町렑凋랜 | 111011111110100110001110101110001110111111101011100011101010011011110000101111011011011110100011 | efe98eb8efeb8ea6f0bdb7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)