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 | セ燻、借疾 | 10111110111000001000111010100100100011101101100011110010110101001000111010111110 | bee08ea48ed8f2d48ebe |
EUC-JP | セ燻、借?疾 | 1000111010111110110111111110111010001110101001001011110011011010001111111011110011000000 | 8ebedfee8ea4bcda3fbcc0 |
UTF-8 | セ燻、借疾 | 111011111011110110111110111001111000011110111011111011111011110110100100111001011000000010011111111011101000100010001011111001111001011010111110 | efbdbee787bbefbda4e5809fee888be796be |
UHC | ?燻?借?疾 | 001111111111110110111000001111111111001110101000001111111111001011110000 | 3ffdb83ff3a83ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)