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 | 雅??媛?? | 1000100111101011001111110011111110010101010100010011111100111111 | 89eb3f3f95513f3f |
EUC-JP | 雅??媛?? | 1011001011101101001111110011111111001001101100100011111100111111 | b2ed3f3fc9b23f3f |
UTF-8 | 雅뷂퐜媛앶댖 | 111010011001101110000101111010111011011110000010111011011001000010011100111001011010101010011011111011001001010110110110111010111000110010010110 | e99b85ebb782ed909ce5aa9bec95b6eb8c96 |
UHC | 雅뷂퐜媛앶댖 | 111001001011101010010100111011111011110110000110111010101011000010011101111010011000100010111010 | e4ba94efbd86eab09de988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)