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 | 第瀧??億? | 100100011110011010010001111010110011111100111111100010011010110100111111 | 91e691eb3f3f89ad3f |
EUC-JP | 第瀧??億? | 110000101110100011000010111011010011111100111111101100101010111100111111 | c2e8c2ed3f3fb2af3f |
UTF-8 | 第瀧렓렜億렦 | 111001111010110010101100111001111000000010100111111010111010000010010011111010111010000010011100111001011000010010000100111010111010000010100110 | e7acace780a7eba093eba09ce58484eba0a6 |
UHC | 第瀧렓렜億렦 | 111100001010111111010110111010011000111010101000100011101010111011100101111000101000111010110101 | f0afd6e98ea88eaee5e28eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)