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 | ???秧?? | 00111111001111110011111111100010010111100011111100111111 | 3f3f3fe25e3f3f |
EUC-JP | ???秧?? | 00111111001111110011111111100011101111110011111100111111 | 3f3f3fe3bf3f3f |
UTF-8 | 呂묇많秧믢많 | 111011111010011010000000111010111010110010000111111010111010011110001110111001111010011110100111111010111010111110100010111010111010011110001110 | efa680ebac87eba78ee7a7a7ebafa2eba78e |
UHC | 呂묇많秧믢많 | 111001011111101110010001111001001011100010111001111001001110101110010010111001001011100010111001 | e5fb91e4b8b9e4eb92e4b8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)