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 | ???N??? | 00111111001111110011111101001110001111110011111100111111 | 3f3f3f4e3f3f3f |
SJIS-WIN | ???N??? | 00111111001111110011111101001110001111110011111100111111 | 3f3f3f4e3f3f3f |
EUC-JP | ???N??? | 00111111001111110011111101001110001111110011111100111111 | 3f3f3f4e3f3f3f |
UTF-8 | 묭뫓뫛N묭뫓뫛 | 11101011101011001010110111101011101010111001001111101011101010111001101101001110111010111010110010101101111010111010101110010011111010111010101110011011 | ebacadebab93ebab9b4eebacadebab93ebab9b |
UHC | 묭뫓뫛N묭뫓뫛 | 10010010010001001001000110110101100100011011101101001110100100100100010010010001101101011001000110111011 | 924491b591bb4e924491b591bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)