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 | ?х?節?? | 0011111110000100100001110011111110010000110111110011111100111111 | 3f84873f90df3f3f |
EUC-JP | ?х?節?? | 0011111110100111111001110011111111000000111000010011111100111111 | 3fa7e73fc0e13f3f |
UTF-8 | 料х뼯節⑼슛 | 1110111110100110101111101101000110000101111010111011110010101111111001111010111110000000111000101001000110111100111011001000101010011011 | efa6bed185ebbcafe7af80e291bcec8a9b |
UHC | 料х뼯節⑼슛 | 111010001111011110101100111001111001011010110010111011111011110110101001111011111011110110111000 | e8f7ace796b2efbda9efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)