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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋓鋓シ鍈 | 11111011110101101111101111010110101111001111101001011110 | fbd6fbd6bcfa5e |
EUC-JP | 鋓鋓シ鍈 | 1000111111100100101111111000111111100100101111111000111010111100100011111110010011101001 | 8fe4bf8fe4bf8ebc8fe4e9 |
UTF-8 | 鋓鋓シ鍈 | 111010011000101110010011111010011000101110010011111011111011110110111100111010011000110110001000 | e98b93e98b93efbdbce98d88 |
UHC | ???鍈 | 0011111100111111001111111110011111001100 | 3f3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)