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 | H¬¹N¼ | 10010010010010001001000110101100100100011011100110010010010011101001000110111100 | 924891ac91b9924e91bc |
SJIS-WIN | ?H?¬???N?? | 0011111101001000001111111000000111001010001111110011111100111111010011100011111100111111 | 3f483f81ca3f3f3f4e3f3f |
EUC-JP | ?H?¬???N?? | 0011111101001000001111111010001011001100001111110011111100111111010011100011111100111111 | 3f483fa2cc3f3f3f4e3f3f |
UTF-8 | H¬¹N¼ | 110000101001001001001000110000101001000111000010101011001100001010010001110000101011100111000010100100100100111011000010100100011100001010111100 | c29248c291c2acc291c2b9c2924ec291c2bc |
UHC | ?H???¹?N?¼ | 001111110100100000111111001111110011111110101001111101100011111101001110001111111010100011111001 | 3f483f3f3fa9f63f4e3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)