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 | ????濂? | 00111111001111110011111100111111111000000101000100111111 | 3f3f3f3fe0513f |
EUC-JP | 澔???濂芷 | 1000111111001000111011000011111100111111001111111101111110110010100011111101011111001001 | 8fc8ec3f3f3fdfb28fd7c9 |
UTF-8 | 澔목렰뫄濂芷 | 111001101011111010010100111010111010101010101001111010111010000010110000111010111010101110000100111001101011111110000010111010001000101010110111 | e6be94ebaaa9eba0b0ebab84e6bf82e88ab7 |
UHC | 澔목렰뫄濂芷 | 111110111100101110111000111100011000111010111101101110001111101011010110101100101111001010111010 | fbcbb8f18ebdb8fad6b2f2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)