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 | 狎??節?? | 1110000010111110001111110011111110010000110111110011111100111111 | e0be3f3f90df3f3f |
EUC-JP | 狎??節?? | 1110000011000000001111110011111111000000111000010011111100111111 | e0c03f3fc0e13f3f |
UTF-8 | 狎쀯슬節㏝탣 | 111001111000101110001110111011001000000010101111111011001000101010101100111001111010111110000000111000111000111110011101111011011000001110100011 | e78b8eec80afec8aace7af80e38f9ded83a3 |
UHC | 狎쀯슬節㏝탣 | 111001001110010010010111111011111011110110111101111011111011110110100111111010011011010110000110 | e4e497efbdbdefbda7e9b586 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)