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 | ??}??| | 001111110011111101111101001111110011111101111100 | 3f3f7d3f3f7c |
SJIS-WIN | 偲治}偲治| | 10001110110000111000111010100001011111011000111011000011100011101010000101111100 | 8ec38ea17d8ec38ea17c |
EUC-JP | 偲治}偲治| | 10111100110001011011110010100011011111011011110011000101101111001010001101111100 | bcc5bca37dbcc5bca37c |
UTF-8 | 偲治}偲治| | 1110010110000001101100101110011010110010101110110111110111100101100000011011001011100110101100101011101101111100 | e581b2e6b2bb7de581b2e6b2bb7c |
UHC | ?治}?治| | 0011111111110110101111010111110100111111111101101011110101111100 | 3ff6bd7d3ff6bd7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)