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 | 齋??財 | 111000100101011000111111001111111000110111100000 | e2563f3f8de0 |
EUC-JP | 齋??財 | 111000111011011100111111001111111011101011100010 | e3b73f3fbae2 |
UTF-8 | 齋모ㅋ財 | 111010011011110110001011111010111010101010101000111000111000010110001011111010001011001010100001 | e9bd8bebaaa8e3858be8b2a1 |
UHC | 齋모ㅋ財 | 1110111010110001101110001111000010100100101110111110111010101111 | eeb1b8f0a4bbeeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)