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 | 茯手葵 | 111001001010100010001110111010001000100010101000 | e4a88ee888a8 |
EUC-JP | 茯手葵 | 111010001010101010111100111010101011000010101010 | e8aabceab0aa |
UTF-8 | 茯手葵 | 111010001000110010101111111001101000100110001011111010001001000110110101 | e88cafe6898be891b5 |
UHC | 茯手葵 | 110111001101101011100010101000101101000010101101 | dcdae2a2d0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)