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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???五 | 0011111100111111001111111000110011011100 | 3f3f3f8cdc |
EUC-JP | ???五 | 0011111100111111001111111011100011011110 | 3f3f3fb8de |
UTF-8 | 呂먪맜五 | 111011111010011010000000111010111010100010101010111010111010011110011100111001001011101010010100 | efa680eba8aaeba79ce4ba94 |
UHC | 呂먪맜五 | 1110010111111011100100001110011110010000101010111110011111101001 | e5fb90e790abe7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)