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 | 剰燾モニ | 100011111110100011111011010110101101001111000110 | 8fe8fb5ad3c6 |
EUC-JP | 剰燾モニ | 101111101110101010001111110010101011110110001110110100111000111011000110 | beea8fcabd8ed38ec6 |
UTF-8 | 剰燾モニ | 111001011000100110110000111001111000011110111110111011111011111010010011111011111011111010000110 | e589b0e787beefbe93efbe86 |
UHC | ?燾?? | 0011111111010100101001110011111100111111 | 3fd4a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)