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 | 吾?Н | 1000110011100001001111111000010001001110 | 8ce13f844e |
EUC-JP | 吾?Н | 1011100011100011001111111010011110101111 | b8e33fa7af |
UTF-8 | 吾몃Н | 1110010110010000101111101110101110101010100000111101000010011101 | e590beebaa83d09d |
UHC | 吾몃Н | 111001111110111010111000111010111010110010101111 | e7eeb8ebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)