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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 偲治}Y偲治}bE | 10001110110000111000111010100001011111010101100110001110110000111000111010100001011111010110001001000101 | 8ec38ea17d598ec38ea17d6245 |
EUC-JP | 偲治}Y偲治}bE | 10111100110001011011110010100011011111010101100110111100110001011011110010100011011111010110001001000101 | bcc5bca37d59bcc5bca37d6245 |
UTF-8 | 偲治}Y偲治}bE | 1110010110000001101100101110011010110010101110110111110101011001111001011000000110110010111001101011001010111011011111010110001001000101 | e581b2e6b2bb7d59e581b2e6b2bb7d6245 |
UHC | ?治}Y?治}bE | 0011111111110110101111010111110101011001001111111111011010111101011111010110001001000101 | 3ff6bd7d593ff6bd7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)