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 | 錠???遇? | 1000111111111001001111110011111100111111100010111111011000111111 | 8ff93f3f3f8bf63f |
EUC-JP | 錠???遇? | 1011111011111011001111110011111100111111101101101111100000111111 | befb3f3f3fb6f83f |
UTF-8 | 錠곁렭렚遇렱 | 111010011000110010100000111010101011001110000001111010111010000010101101111010111010000010011010111010011000000110000111111010111010000010110001 | e98ca0eab381eba0adeba09ae98187eba0b1 |
UHC | 錠곁렭렚遇렱 | 111011111111110010110000111001111000111010111010100011101010110111101001111001111000111010111110 | effcb0e78eba8eade9e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)