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 | 容?ズ航?? | 100101110110010100111111100000110101100110001101011100010011111100111111 | 97653f83598d713f3f |
EUC-JP | 容?ズ航?? | 110011011100011000111111101001011011101010111001110100100011111100111111 | cdc63fa5bab9d23f3f |
UTF-8 | 容묊ズ航꿰댚 | 111001011010111010111001111010111010110010001010111000111000001010111010111010001000100010101010111010101011111110110000111010111000110010011010 | e5aeb9ebac8ae382bae888aaeabfb0eb8c9a |
UHC | 容묊ズ航꿰댚 | 111010011011101110010001111001111010101110111010111110011111111010110010111001111000100010111110 | e9bb91e7abbaf9feb2e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)