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 | ???x???x^ | 001111110011111100111111011110000011111100111111001111110111100001011110 | 3f3f3f783f3f3f785e |
SJIS-WIN | ???x???x^ | 001111110011111100111111011110000011111100111111001111110111100001011110 | 3f3f3f783f3f3f785e |
EUC-JP | ???x???x^ | 001111110011111100111111011110000011111100111111001111110111100001011110 | 3f3f3f783f3f3f785e |
UTF-8 | 묬묪묬x묬묪묬x^ | 111010111010110010101100111010111010110010101010111010111010110010101100011110001110101110101100101011001110101110101100101010101110101110101100101011000111100001011110 | ebacacebacaaebacac78ebacacebacaaebacac785e |
UHC | 묬묪묬x묬묪묬x^ | 100100100100001110010010010000101001001001000011011110001001001001000011100100100100001010010010010000110111100001011110 | 92439242924378924392429243785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)