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 | 庄?ε宜?俎 | 10001111101011110011111110000011110000111000101101011000001111111001100011010111 | 8faf3f83c38b583f98d7 |
EUC-JP | 庄?ε宜?俎 | 10111110101100010011111110100110110001011011010110111001001111111101000011011001 | beb13fa6c5b5b93fd0d9 |
UTF-8 | 庄얕ε宜렭俎 | 1110010110111010100001001110110010010110100101011100111010110101111001011010111010011100111010111010000010101101111001001011111110001110 | e5ba84ec9695ceb5e5ae9ceba0ade4bf8e |
UHC | 庄얕ε宜렭俎 | 111011011110010010111110111010001010010111100101111010111111000110001110101110101111000010111011 | ede4bee8a5e5ebf18ebaf0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)