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 | ???◇?? | 00111111001111110011111110000001100111100011111100111111 | 3f3f3f819e3f3f |
EUC-JP | ???◇?? | 00111111001111110011111110100001111111100011111100111111 | 3f3f3fa1fe3f3f |
UTF-8 | 룶쾹㈛◇룶웡 | 111010111010001110110110111011001011111010111001111000111000100010011011111000101001011110000111111010111010001110110110111011001001101110100001 | eba3b6ecbeb9e3889be29787eba3b6ec9ba1 |
UHC | 룶쾹㈛◇룶웡 | 100011111010101110110010100011111010100111001100101000011101111010001111101010111011111111111101 | 8fabb28fa9cca1de8fabbffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)