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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闊ェ竊卓カシB | 11101000100010001010101011100010100001101001000111101100101101101011110001000010 | e888aae28691ecb6bc42 |
EUC-JP | 闊ェ竊卓カシB | 11101111111010001000111010101010111000111110011011000010111011101000111010110110100011101011110001000010 | efe88eaae3e6c2ee8eb68ebc42 |
UTF-8 | 闊ェ竊卓カシB | 11101001100101111000101011101111101111011010101011100111101010111000101011100101100011011001001111101111101111011011011011101111101111011011110001000010 | e9978aefbdaae7ab8ae58d93efbdb6efbdbc42 |
UHC | 闊?竊卓??B | 11111100110001000011111111101111101111001111011011110001001111110011111101000010 | fcc43fefbcf6f13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)