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 | ?③?徇?? | 0011111110000111010000100011111110011100011011010011111100111111 | 3f87423f9c6d3f3f |
EUC-JP | ???徇?? | 00111111001111110011111111010111110011100011111100111111 | 3f3f3fd7ce3f3f |
UTF-8 | 嶪③틶徇먮젎 | 111001011011011010101010111000101001000110100010111011011000101110110110111001011011111010000111111010111010100010101110111011001010000010001110 | e5b6aae291a2ed8bb6e5be87eba8aeeca08e |
UHC | 嶪③틶徇먮젎 | 111001011111010110101000111010011011101010011101111000101101111110010000111010111010000010001111 | e5f5a8e9ba9de2df90eba08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)