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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髱ら渥 | 111010011001110110000010111001111000100010101101 | e99d82e788ad |
EUC-JP | 髱ら渥 | 111100011111110110100100111010011011000010101111 | f1fda4e9b0af |
UTF-8 | 髱ら渥 | 111010011010101110110001111000111000001010001001111001101011100010100101 | e9abb1e38289e6b8a5 |
UHC | ?ら渥 | 0011111110101010111010011110010011000110 | 3faae9e4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)