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 | ??w}??w{^ | 001111110011111101110111011111010011111100111111011101110111101101011110 | 3f3f777d3f3f777b5e |
SJIS-WIN | 蓿、w}蓿、w{^ | 1110010011110000101001000111011101111101111001001111000010100100011101110111101101011110 | e4f0a4777de4f0a4777b5e |
EUC-JP | 蓿、w}蓿、w{^ | 11101000111100101000111010100100011101110111110111101000111100101000111010100100011101110111101101011110 | e8f28ea4777de8f28ea4777b5e |
UTF-8 | 蓿、w}蓿、w{^ | 1110100010010011101111111110111110111101101001000111011101111101111010001001001110111111111011111011110110100100011101110111101101011110 | e893bfefbda4777de893bfefbda4777b5e |
UHC | ??w}??w{^ | 001111110011111101110111011111010011111100111111011101110111101101011110 | 3f3f777d3f3f777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)