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 | 癲????Ⅸ | 1110000110011111001111110011111100111111001111111000011101011100 | e19f3f3f3f3f875c |
EUC-JP | 癲??佾?? | 111000101010000100111111001111111000111110110000111110110011111100111111 | e2a13f3f8fb0fb3f3f |
UTF-8 | 癲⒲굜佾먲Ⅸ | 111001111001100110110010111000101001001010110010111010101011010110011100111001001011110110111110111010111010100010110010111000101000010110101000 | e799b2e292b2eab59ce4bdbeeba8b2e285a8 |
UHC | 癲⒲굜佾먲Ⅸ | 111011111010011010101001111000111000001010000100111011001110101110010000111011111010010110111000 | efa6a9e38284eceb90efa5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)