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 | 蓿、髷∽髻 | 1110010011110000101001001110100110011110100000011110010011110000101001001110100110011111 | e4f0a4e99e81e4f0a4e99f |
EUC-JP | 蓿、髷∽?髻 | 1110100011110010100011101010010011110001111111101010001011100110001111111111001010100001 | e8f28ea4f1fea2e63ff2a1 |
UTF-8 | 蓿、髷∽髻 | 111010001001001110111111111011111011110110100100111010011010101110110111111000101000100010111101111011101000000110100011111010011010101110111011 | e893bfefbda4e9abb7e288bdee81a3e9abbb |
UHC | ???∽?? | 00111111001111110011111110100001111011110011111100111111 | 3f3f3fa1ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)